Skip to content

Instantly share code, notes, and snippets.

@SagaieNet
Last active December 15, 2015 10:18
Show Gist options
  • Save SagaieNet/5244738 to your computer and use it in GitHub Desktop.
Save SagaieNet/5244738 to your computer and use it in GitHub Desktop.
Add redis Session Handler for php
# Add Redis session handler for php
#
# Replace the Following in php.ini
session.save_handler = redis
session.save_path = "tcp://localhost:6379/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment