Hi,

Some coworkers are not happy with the level of security Memcache offers, so I have been investiganting a bit and came accross Redis.

There seem to be some modules for Drupal 7 and Redis.

Now, can I replace Memcache with Redis (as I need to secure the K/V store)?

Will everything in Drupal 7 works just like they would with Memcache (but with more security and maybe a little less performance)?

Cheers