12:17:40 GMT hi 12:17:45 GMT is someone live? 12:26:50 GMT anyone using rejson? 12:27:32 GMT Pelle`: ??? 12:27:53 GMT Peng: ?? 12:27:56 GMT WindChimes: ??? 12:28:11 GMT WindChimes: u used rejson? 12:28:25 GMT WindChimes: yes no? 15:03:08 GMT I want to call a python function when a integer value in redis changes. How can I do this? 15:55:00 GMT pythonirc101: you can do that by having a python process be connected to redis and listen to keyspace notifications. see https://redis.io/topics/notifications for how to enable them and details 16:00:47 GMT minus: I tried using a queue:get - and that seems to work for now 16:01:21 GMT blpop/lpop/rpush/llen 16:01:44 GMT if you do need a queue, then yes, that works nicely 23:01:17 GMT hello, how do I pop all elements from a set at once? 23:02:28 GMT SMEMBERS and then DEL?