10:07:15 GMT A redis lua script runs on the server node or is it line-by-line interpreted and executed from the client to the redid-server? 10:08:05 GMT nilay: fully on server 10:08:22 GMT Cool. Thanks! moo-_- :) 12:22:11 GMT hi 12:24:51 GMT is there a way to "wait" for value in a key with redis ? Ex: I have two processes and one fill values and the other one request values but there is no sync so the requester can request before the filler. But I don't want to loop continuously so can I say to redis "let me know if that key contain values" ? 12:24:54 GMT -? 12:55:38 GMT jean-pedro: maybe http://redis.io/topics/notifications 13:41:30 GMT minus: thx could be the solution 14:42:13 GMT Hey redis folk. Just wanted to ask a quick SLAVEOF question - any caveats to setting up a slave of a slave? 15:21:04 GMT I keep getting WRONGTYPE Operation on this key that's a TYPE of set 15:21:09 GMT what's the right way to get a set? 15:21:19 GMT i tried get and hgetall 15:22:14 GMT smembers 15:31:07 GMT Hi all, anyone have experience working with REST server-side caching (with Redis) for time-cursor based pagination? i need to know best practices for cache invalidation, Thanks. 16:33:04 GMT Does Redis replace Zend OpCache for PHP caching? 16:49:58 GMT btamm, definitively no 16:50:07 GMT so i should use both 16:50:16 GMT btamm, opcahce is for opcode cache (code) 16:50:20 GMT Redis for data 16:50:46 GMT thank you for helping clarify that :) 20:44:24 GMT I am using redis 3.0.7 on Azure for development. We use nodejs but I am getting a `Redis connection to x.x.x.x:6379 failed - read ETIMEDOUT` 20:44:36 GMT I was using Digital Ocean with no issues. 20:45:01 GMT looks like your packets are being dropped 20:45:56 GMT I am not sure how to solve this problem. 20:46:06 GMT minus: What should I look for. 20:46:32 GMT nc -vz should confirm whether the server is reachable 20:47:51 GMT minus: `found 0 associations` `found 1 connections: ...` `Connection to x.x.x.x port 6379 [tcp/*] succeeded!` 20:48:38 GMT well, that's odd then 20:53:51 GMT Any other ideas?