Hi all, I'm using python client to connect to a five nodes riak server. Since I'm running my app on the same servers on which is running Riak, I want that the app on server x get and store data asking to the Riak on the same server. If the Riak on the same server is not available, tha app must connect to another Riak server randomly choosed. How can I implement this? Does the list of nodes passed to the RiakClient (http://basho.github.io/riak-python-client/client.html) imply an 'order of connection' ? That is, first connect to the first node then, if this fails, connect to the second and so on... Thanks in advance Massimiliano
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com