Hello guys, I'm developing Rediska (http://rediska.geometria-lab.net/) - PHP client for key-value database Redis and I want to integerate it with Symfony (cache, session, etc).
Redis (http://code.google.com/p/redis) is an advanced fast key-value database written in C. It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in- memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings, but lists and sets supporting atomic operations to push/pop elements. I don't have any experience in using Symfony, and I have few questions for community: * Which components to integrate (cache, config, session, log, dev toolbar, etc)? * Does Rediska need integration with popular symfony plugins? Which? * Maybe someone wants to be an author of Rediska plugin for Symfony? I will appreciate any help you guys can provide. Ivan Shumkov -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
