06:28:05 GMT Hello 06:30:13 GMT Can anyone help me with my problem about redis production? 14:38:21 GMT anyone here using dynomitedb on top of redis? 18:30:34 GMT I read in some old bug reports that the client got a error moved response when trying to write to the slave. is this obselete? 18:30:38 GMT now I just get an error READONLY you can't write against a read only slave. instead I would prefer to get some details about the master back. 18:40:01 GMT it's been like that for as long as i've used redis 18:40:25 GMT nothing stopping you from querying the master from the slave 18:41:26 GMT config get something something, right 18:42:35 GMT config get slaveof 18:45:35 GMT ah, great. that's much smarter then parsing the INFO output 18:46:59 GMT I'm confused. maybe I confuse two thinks here, but I'm quite sure to remember that you could write to any master in a cluster and just got back the adress of the node that holds the respective shard for the key. now I get an error when I try to write something to node1 in a cluster of 3 nodes if the respective shard is stored on the 3rd node for example.. 18:47:22 GMT will read the docs again. maybe I miss something in the configuration 18:48:22 GMT I miss the redirect response 18:48:49 GMT argh, sorry. my fault. it's just not supported by the cli I guess