10:26:51 GMT hi 10:27:03 GMT redis is not working in my machine --> Opening Unix socket: bind: Permission denied 10:27:28 GMT socket folder is /var/run/redis permissions are 777 10:27:32 GMT any other idea? 10:30:39 GMT SELinux? 10:42:08 GMT ?? 10:42:16 GMT minus, how can I check it? 18:21:34 GMT Hi guys - I have a member of set, but don't know what set is it member of. Is there any way to find out? (I know I can do ismember, but I have quite a few of sets...) 18:26:55 GMT i'm not sure what magic you expect redis to do there, but there is no other way than to check all those sets 18:27:11 GMT damn :D 18:27:15 GMT hoped so 18:27:16 GMT but it might make more sense to structure your data differently 18:28:24 GMT ok - and what about "hey redis - could you tell me what hashes has this field-value combination? "map-mp_home") 20:20:46 GMT hi 21:17:14 GMT hey 21:18:09 GMT anybody here? 21:21:47 GMT well, I'm having an issue with members of a sorted set being removed from the db after using zrangebyscore 21:22:22 GMT i dont call zrem at all but using the cli i can see that the member is no longer there 21:23:00 GMT is there any reason for members of a sorted set to disappear other than manually removing them or expiring? 21:25:09 GMT so i don't know much about this 21:25:13 GMT but perhaps you can -show- us 21:25:21 GMT i do have plans for z* soon so you have my interest :) 21:25:45 GMT greenitalics: run redis-cli monitor on the side. 90% sure you are removing it yourself 21:26:27 GMT okay, its possible i am doing that - is it just the MONITOR command in the cli? 21:26:38 GMT greenitalics, yes 21:26:51 GMT okay thx will check 21:48:01 GMT hey, so apparently zremrangebyscore is being called, even though I never call it in my script 21:48:14 GMT it occurs in between two zrangebyscore 21:48:33 GMT but ctrl-f zremrangebyscore gets 0 hits 21:48:42 GMT so why is it being called? 21:49:26 GMT monitor shows you which connection the command comes from 21:49:37 GMT yeah, same ip/port 21:49:37 GMT maybe it's whatever library you use to access redis 21:49:39 GMT same connection 21:49:44 GMT node-redis? 21:50:05 GMT must be, since it's the same connection 21:59:55 GMT i dont see any open issues about it :| thanks for your help though!