00:29:02 GMT Hi All. On a mac I’m trying to restore a dump file (.rdb file) from a production server to my development env. I used homebrew to install Redis. How can I figure out where to place the .rdb file from my server so that it is used by my local Redis instance when it starts ? Thx 01:41:18 GMT hi, i ran make install and make test and got this error: *** [err]: Test replication partial resync: ok psync (diskless: yes, reconnect: 1) in tests/integration/replication-psync.tcl 01:41:18 GMT Expected condition '[s -1 sync_partial_ok] > 0' to be true ([s -1 sync_partial_ok] > 0) 01:41:23 GMT current stable redis, debian 7 01:41:37 GMT should i worry? 01:43:27 GMT ran test again, same thing 01:45:16 GMT i found something saying it's a false positive on slow computers, but i'm on a fast quadcore i7 box 01:46:28 GMT https://github.com/antirez/redis/issues/1417 ok it's well commented open issue, nm. 01:54:12 GMT redis listens on 0.0.0.0 by default :( 04:14:36 GMT anyone got a favourite c++ redis client? there are a bunch listed on the site. i just need a simple one, doesn't need high performance 10:10:02 GMT Hey guys any body using redis lettuce java client ??? 11:41:45 GMT hello, I need help setting up redis remote connection through stunnel 11:47:28 GMT quick question : does redis always executes one command at a time ? like if 2 commands came from two different connections but at the same time , will it execute one by one or same time. 12:33:19 GMT one by one 12:33:29 GMT on a single thread