01:17:36 GMT not sure if this is the place to ask sentinel questions, so please feel free to redirect me. That said: is there a way in sentinel to define a specific redis server instance to be the preferred master? ie, assuming all nodes are healthy, it's switch to $preferrednode as master? 03:23:45 GMT Hi 03:23:54 GMT I am trying to understand transactions but kinda feel dumb 03:24:32 GMT If I do a hsetnx followed by a setting an expire, does it means the expire will not be executed if hsetnx returns false? 03:25:00 GMT In other words, how can I set a hash key and then set an expiry, only if the hash doesn't already exists? 09:05:25 GMT hey guys , how is redis cluster benchmark ? 09:33:15 GMT hi 09:37:43 GMT hmmm... its there a way to request multiple keys (like mget) for a list type ? 09:38:26 GMT janemba: you can only to it for hashes 09:40:14 GMT ahfeel: well, I need to do it for hashes to but lokking at command list I can't see any 09:41:39 GMT ahtik_: hmget 09:41:48 GMT oops sorry wrong tag 09:41:52 GMT janemba: hmget :-) 09:41:57 GMT :) 09:42:00 GMT hmm 09:44:16 GMT not exactly the solution. I meant "key" for redis itself but here is key for hashes type 12:32:45 GMT https://redis.io/topics/sentinel isn't there an error in example 3? there is no S1 and S2 installed on M1 and R1, right? 12:33:03 GMT at least the description says that you have 3 sentinel instances on the clients 12:56:34 GMT https://github.com/antirez/redis-doc/pull/686 12:56:37 GMT I guess so, winem_ 12:57:27 GMT sorry, too bad I did not check github before. just had the plan to fork the repo and provide a fix if anyone here agrees 12:57:28 GMT after re-reading it I merged the PR now 12:57:29 GMT thanks badboy 12:57:35 GMT perfect 12:57:38 GMT expect it to show up on the site between now and in the future 12:57:58 GMT it might even be that it gets auto-deployed now :D 12:59:18 GMT magic :D 13:04:30 GMT there you go! 13:33:43 GMT yay :) 14:27:53 GMT hi 14:38:42 GMT im looking for help with a pattern, I'm trying to expose a redis subscription as a nodejs module 14:38:43 GMT https://hastebin.com/akubahihus.js 14:40:12 GMT I got a bit confused by the documentation. example: "The sum of Sentinels, Redis instances (masters and slaves) and clients connecting to Sentinel and Redis,..." does that mean that sentinel is able to handle multi-master-setups? this is not possible by redis itself and I could not find any hint in the documentation of example configuration files. so, do they mean different master-slave setups and each setup has one master and n slaves or 14:40:12 GMT is sentinel really that smart and cna handle multi-master-setups? 14:44:21 GMT the redis library provides 'on' methods which i can use to collect the latest data from the redis instance. I'm not sure how to pass that out of the module to a callback function in another js file 19:03:24 GMT Is there a way to improve redis expiration of items? Using ElastiCache and we're not seeing reclaim events as often as we expect 19:03:54 GMT As such, we're maxing out our memory in redis and end up with a bunch of swap 19:14:33 GMT did you set a maxmemory limit and policy? 19:24:15 GMT Hi guys. For those using Redis clients on JVM & doing testing - seems like kstyrc/embedded-redis is no longer maintained and we need to have a discussion on the further evolution of the project. I've raised an issue for this: https://github.com/kstyrc/embedded-redis/issues/82. It would be nice to have as much input from the community as possible before any further actions, so please feel free to comment on the issue. [22:24] Insufficien 19:24:38 GMT Hi guys. For those using Redis clients on JVM & doing testing - seems like kstyrc/embedded-redis is no longer maintained and we need to have a discussion on the further evolution of the project. I've raised an issue for this: https://github.com/kstyrc/embedded-redis/issues/82. It would be nice to have as much input from the community as possible before any further actions, so please feel free to comment on the issue. 19:24:50 GMT Oops, sorry. 21:34:39 GMT hi all! 21:35:00 GMT how to i save selected database to dump file?