04:19:05 GMT hi, i am using redis through jedis and getting the error "redis.clients.jedis.exceptions.JedisDataException: EXECABORT Transaction discarded because of previous errors." 04:19:39 GMT i am not running out of memory.. 04:19:50 GMT what is the possible cause? 04:21:06 GMT fyi: redis_version:3.2.3 please help 04:54:50 GMT Not enough info; what are you trying to do? 07:18:56 GMT hello 07:20:08 GMT I had a question whether we can get number of masters in sharded redis cluster stored 07:34:51 GMT ashu2394: I don't understand your question 07:40:32 GMT In a redis cluster can we get number of masters supposed to be there 07:40:36 GMT ? 07:46:16 GMT sure 07:46:49 GMT CLUTER INFO 07:46:49 GMT cluster_known_nodes:6 07:46:49 GMT cluster_size:3 07:53:51 GMT so the cluster size is number of master 07:55:37 GMT yes 07:55:52 GMT but what if one of the masters goes down 07:56:03 GMT will show the same information 07:56:05 GMT ? 07:58:30 GMT I wanted to know if there's any way to connect to one of masters through redis-cli 08:09:46 GMT the known size will stay the same 08:10:00 GMT if a master goes down, it is just considered down, but still belongs to the cluster 08:10:06 GMT I don't get your other question either 08:10:16 GMT redis-cli can of course be used to connect to any node 08:22:00 GMT but we need the ip of the particular host right ? 08:28:28 GMT but if one of the masters goes down we don't have the ip 08:28:37 GMT to connect to 08:42:13 GMT thaen connect to another 08:42:35 GMT it's always best to know 3 node addresses and randomly connect to one 08:42:47 GMT if you got a smart client lib that lib than should do the right thing for you anyway 08:44:08 GMT One more question : In cluster info 08:44:38 GMT what will be cluster size if one of the nodes is down 08:44:40 GMT ? 08:46:11 GMT it will stay the same, as I already answered 09:10:14 GMT Redis, you are so awesome piece of technology. 09:10:16 GMT BUT 09:10:28 GMT Can i set maxmemory per db/namespace? 09:10:37 GMT Or i need to create second redis instance? 09:12:46 GMT latter 13:03:14 GMT am i correct in assuming that one could not count on results being atomic with redis cluster? the slaves that some queries read from could still be in the progress of getting the latest updates pushed down to them from master? i'm thinking in terms of a simple operation like INCR 22:54:57 GMT Hm.. bttracker "hates" redis now adays. :( 22:57:32 GMT tmberg: I think I'm missing context. What do you mean? 23:00:11 GMT cbgbt: Oh. Heh. https://github.com/danielfm/bttracker 23:01:04 GMT cbgbt: No hits. No data. Nothing. 23:04:15 GMT <*> tmberg confused.. 23:07:43 GMT Something must have been changed. 23:07:48 GMT https://www.starka.st/run/shm/bandwidth/tmberg/redis-cliINFO.txt 23:09:23 GMT Or its optimized as hell since it doesnt use any cpu resources.