03:37:56 GMT What is the purpose of the “member” parameter in the GEOADD command? 03:40:23 GMT ah, a key can have multiple entries, which can be searched by member? 10:52:19 GMT is there a way for me to copy sorted set into a normal set without lua? 10:52:31 GMT discarding the weights of course 11:55:33 GMT that's pretty specific, so unlikely. you could take a look through the commands though. what's the problem with using a lua script? 15:36:24 GMT hello, I saw the redis doc repo on github and I'm wondering how can I have the docs in html for offline view, tried to run the make command but is not what I expected, does someone has any idea ? 15:41:16 GMT doublel93: you need to run https://github.com/antirez/redis-io 15:41:22 GMT there's no real easy offline mode 17:07:03 GMT Hello! I'm having trouble using `redis-cli ping`, is there something I'm missing? 17:07:15 GMT I have a redis server running on 0.0.0.0 21:29:05 GMT I am running Redis on AWS with EBS. For Redis snapshot, could I simply take a snapshot of the EBS volume, instead of copying the rdb file? 21:34:51 GMT I’m trying to do some integration testing between my app and redis, and I notice that geopos will return more precise coordinates than I added with geoadd. Is there anything I can do about this? 21:38:51 GMT what you're seeing is probably a rounding error 23:24:30 GMT What is the expectation of redis.scan when communicating with a cluster? I'm assuming based on my experience that it generally can't guarantee an exhaustive list of keys that 'match'? 23:25:12 GMT is the recommended way of doing an operation like explicitly scanning each master?