18:50:17 GMT can i blpop from a lua script ? 18:59:04 GMT no 19:09:13 GMT hmm, what is the limitation ? lua scripts cant block ? 19:10:13 GMT yeah, they're atomic after all 19:12:35 GMT did anyone do compression support for redis ? 19:14:38 GMT would be nice if modules could do stuff like compression and ssl over the wire 19:16:47 GMT i don't think that's possible with modules 19:16:54 GMT yeah, but too bad :) 19:16:59 GMT but with a proxy it should be fine 19:17:13 GMT i mean, stunnel is already the suggested way to do TLS 19:19:44 GMT would liek compression as well 19:28:11 GMT use zram :P 19:34:35 GMT doesn't help for transferring data compressed 19:34:59 GMT also, zram is swap, you don't really want that for redis 19:36:03 GMT here is an idea, any command which accepts multiple arguments can accept something like %LIST KEY NAME% and the server will replace the list with all the keys in an given list 19:36:15 GMT that would solve my issue as well 19:36:38 GMT does that sound like something that would be acceptable ? 19:38:30 GMT are there illegal characters in redis key names ? 19:43:58 GMT guess not 20:09:28 GMT rroa: would break pretty much all of Redis 20:10:40 GMT you got the wrong guy tho 20:11:35 GMT damn