It's not on our road map so unless one of the commiters wants to take this on for a particular reason youll probally get a faster solution by implementing it yourself.
Redis has a fairly simple interface so overlaying the record stuff should be easy. Was this a general ask or have you investigated record yourself and found it a little difficult? Cheers, Tim Sent from my iPhone On 27 Oct 2009, at 07:37, monty chen <[email protected]> wrote: > > Record is a new refactorization of Mapper that is backing-store > agnostic at its core, so it doesn’t matter whether you want to save > your data to JDBC, JPA, or even something such as XML > > Redis is a key-value database. It is similar to memcached but the > dataset is not volatile, and values can be strings, exactly like in > memcached, but also lists and sets with atomic operations to push/pop > elements. > > I want to know when lift 1.1 release, record support redis?. > > Scala bindings for Redis are available in this > http://github.com/acrosa/scala-redis > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
