I think you should've posted this on dev mailing list

On Fri, May 17, 2013 at 4:33 AM, Artis Caune <[email protected]> wrote:

> 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.
>
> ---------------------------------------------------------------------
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to