CodeIgniter Redis Session
Библиотека хранения сессий CodeIgniter 2.2 в Redis: заменяет стандартный драйвер, работает на PHP 5.4 и выше через Predis. Открытый код на GitHub.
Что это
This library acts at the same time as a Session handler and a CodeIgniter Session Library override. It was created with the purpose to store the session data in a Redis server.
— PHP = 5.4
— CodeIgniter = 2.2.x
— Predis library = 1.0.0 http://github.com/nkr/predis
— Download the Predis library and put it in the application/libraries folder
— Put MY_Session.php inside application/libraries folder
— Change the Redis server configuration through the $redis_config attribute in MY_Session.php. Put the parameters from the Redis server you attempting to connect
— That is it!
Установка
git clone https://github.com/streeboga/codeigniter-redis-session-library.gitОбсудим задачу
Опишите задачу в 2–3 предложениях и оставьте контакт. Ответим в течение 2 часов в рабочее время.