how to install redis plugin in phraseanet application?

18 views
Skip to first unread message

Test Team

unread,
Jan 9, 2015, 6:39:53 AM1/9/15
to phrase...@googlegroups.com
using redis with phraseanet.

Nicolas Le Goff

unread,
Jan 9, 2015, 8:35:48 AM1/9/15
to phrase...@googlegroups.com
There is no Redis Plugin for Phraseanet, so if you want this feature you have to code it on your own.

You will need php 5.4 at least.

We use Silex and Session management is handle by SessionServiceProvider see http://silex.sensiolabs.org/doc/providers/session.html


The simplest way to do it is to

1) Disable current handler $this[‘session.storage.handler’] = null; http://silex.sensiolabs.org/doc/providers/session.html#custom-session-configurations
2) Enable redis as session handler in php.ini; http://phpave.com/redis-as-a-php-session-handler/

Le vendredi 9 janvier 2015 à 12:39, Test Team a écrit :

using redis with phraseanet.

--
You received this message because you are subscribed to the Google Groups "phrasea-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phrasea-deve...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages