09:56:07 GMT anybody here uses redis desktop manager on ubuntu? 09:56:36 GMT view as JSON is not working on my system 10:51:00 GMT hey all, I'm a total lua noob, and I'm wondering if this snippet is even remotely correct https://alarmpi.no-ip.org/kamokan/lc?lua 10:51:32 GMT I can't try it right now because I'm at work, but I can't wait to know :p 10:53:31 GMT that's supposed to replace the logic going on in kamokan itself, here -> https://github.com/KingDuckZ/kamokan/blob/master/src/kamokan_impl/storage.cpp#L170 11:48:11 GMT King_DuckZ: that's a pretty empty gray page 11:49:42 GMT <*> King_DuckZ facepalms 11:51:21 GMT one thing fixed, ten others break :/ 11:52:01 GMT minus: it should work now, assuming that your browser is not remembering the permanent redirect that I wrongly set in nginx :/ 11:55:34 GMT https://alarmpi.no-ip.org/kamokan/mc?lua or this, I made a new one so the address is different and it won't be cached 11:58:25 GMT looks good to me 11:59:53 GMT cool, that makes me want to try it even more :) 12:00:02 GMT thanks for looking btw :) 20:21:28 GMT hello again, when I run a script it needs to take the keys that I'm going to touch, right? so that means that I can't make a lua script that adds a key I still don't know about when I invoke it, is that correct? 20:21:45 GMT I'm talking about the eval command 20:22:24 GMT because in my case the new item's key would be f(INCR some_other_key) 20:23:47 GMT the KEYS thing is mainly concerning clustering afaik 20:29:11 GMT yeah, and I remember reading lots about that back when I first wrote incredis, I *think* I remember they wanted to deprecate the ability to touch any key that is not explicitly listed, but I'm not sure that applies to keys that don't exist yet 20:30:24 GMT https://stackoverflow.com/questions/38720084/generate-new-key-inside-evalsha 20:30:57 GMT internet is scary... anything that one tries to do, somebody else has already asked about the exact same thing :s 20:34:39 GMT well, if it's small parts that's not so surprising 20:34:55 GMT if you ever find something that no one did before, that's scary 20:37:43 GMT <*> King_DuckZ nods 20:39:51 GMT btw I think I know how to do it now :) 22:04:55 GMT i have a redis dump from 3.2.8, that i want to deploy onto a 3.0.6 redis (ubuntu 16.04) 22:05:10 GMT but when i start the redis server, it says “Can’t handle RDB format version 7" 22:05:12 GMT what should i do?