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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to