On Tue, Jan 3, 2012 at 22:30, Shoeb Bhinderwala <shoeb.bhinderw...@gmail.com> wrote:
> I am trying to use Redis as a data structure cache for my clojure > application. Does anybody have experience/code/ideas that can write/ > read a clojure complex data structure to the Redis cache. […] > How can I store the above to Redis and read it back to recreate it? Personally, I would use JSON, MesssagePack, Protocol Buffers, or something else language independent to encode the data. This has two advantages: one, someone else already worked out how to do it, and ported it to Java or Clojure, and two, you can also access it from some other language. (When, eventually, you find you need that.) Daniel -- ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en