Search found 2 matches

by haklop
Mon Mar 28, 2011 9:22 am
Forum: [3.0/Olympus] New features discussion
Topic: Caching module
Replies: 4
Views: 27809

Re: Caching module

Additionally, there are apparently four php redis extensions (http://stackoverflow.com/questions/2001075/redis-which-php-module-to-use). How much work is it going to be to support all working/presently maintained extensions?
Only phpredis is a php extension. The other are php frameworks using ...
by haklop
Sun Mar 27, 2011 7:51 am
Forum: [3.0/Olympus] New features discussion
Topic: Caching module
Replies: 4
Views: 27809

Caching module

Hi everyone

I'm not sure where to post but I have develop a caching module for Redis. Redis is a key-value database. It is similar to memcached but the dataset is not volatile and other datatypes (such as lists and sets) are natively supported (http://redis.io/). I wrote the code for 3.0-dev and ...