Hi, James. Actually, Riak can store all Erlang terms: lists, tuples, numbers, binaries, etc.
But if you use, for example, PHP or Python, you can just use your own serialization format. So there are no problems here for any other languages as well. On Tue, Aug 3, 2010 at 5:47 PM, James Sadler <[email protected]> wrote: > Hi guys, > > Is there any plan for supporting more than opaque blobs as values in > the future? For example, lists, sets, hashes etc, including > server-side support for operating on those data-types? > > In the meantime, I am curious about the feasibility of putting > riak_core in front of Redis, and supporting a richer API in the layers > above (which I suspect would need to be heavily modified to support > additional value manipulation functionality). > > Also, is anyone aware of anyone attempting such a project? > > Cheers, > > -- > James > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- Best regards, Dmitry Demeshchuk _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
