06:42:13 GMT bleb: check that you're testing the right key by watching using redis-cli MONITOR 09:19:02 GMT minus: thanks for that, unfortunately monitor shows that I'm checking the right key as expected, the same one that I'm incrementing 09:21:48 GMT that's odd. try to create a minimal test case and put it in a pastebin and i'll have a look 10:05:49 GMT minus: here is a small example http://ix.io/nPG 10:06:49 GMT this is the output of one invocation (it's the same every time) http://ix.io/nPH 10:13:37 GMT is it there any point in requesting support for blocking operations in LUA scripts? 10:14:42 GMT so that a command such as BRPOPLPUSH can be implemented (and enhanced) in lua? 10:22:31 GMT bleb: in the printf line you're using reply->str instead of reply->elements[0]->str 10:24:50 GMT lmao 10:25:22 GMT well thanks 10:25:26 GMT thats definitely it 11:10:57 GMT what is Redis usually used for? 11:16:58 GMT storing data for fast retrieval 11:24:10 GMT Is it used for machine learning? 11:24:33 GMT I guess it could be used for that - but it is a much lower level tool. Basically a key-value store on steroids 11:25:35 GMT So what should I use instead? 11:26:18 GMT tryu #machinelearning? 11:28:34 GMT Inge-, ? 11:29:24 GMT this is a channel about redis. Your query is about machine learning. Sounds like a mismatch. 11:30:11 GMT Type mismatch? 11:30:14 GMT Or topic mismatch? 11:30:45 GMT why did you connect redis with machine learning? 11:31:06 GMT Because I need to record a large amount of different data 11:33:31 GMT if it is not more than can be kept in RAM, then redis might be a tool for you 11:33:41 GMT if more than you can keep in RAM ... keep looking. 11:34:30 GMT Human brains are all RAM 11:35:09 GMT are they, now. 14:26:20 GMT does turning off aof help performance for larger db size? 16:28:07 GMT Hello. Is Redis short for "Redistributed" or "Redistribute"? 16:48:42 GMT Neither... 16:48:51 GMT it's for 'red is'~ 18:18:58 GMT https://redis.io/topics/faq#what-redis-means-actually 19:23:58 GMT That was unexpected 19:24:13 GMT ;) 20:09:41 GMT hello 20:10:53 GMT EHLO 22:33:37 GMT A quick question, are redis shards (within a single cluster) each on their own thread?