Hey guys,

While looking at FileStorable cache issue with our OTRS cluster, I realized it should not be so hard to write Redis cache backend.

Attached is module to put in Kernel/System/Cache/

- install dependency:
    apt-get install libredis-perl

- Set up Redis server and point to it in Config.pm:
    $Self->{'RedisServer'} = '10.10.10.10:6379';

- Select new backend in Cache::Module SysConfig


Does not make sense for one server, but if you are on NFS makes so much big difference.

Should be fairly easy to port to Memcache.

Any comments ?


--
Artis Caune

    Everything should be made as simple as possible, but not simpler.