01:32:53 GMT can i rename set or how can i delete of items from set? 01:33:31 GMT or is there any temporary set type 01:36:24 GMT thx to google i found my answers:) 12:28:24 GMT Is there a way to sync two redis elasticache servers across regions? 12:44:35 GMT Hi, I want to LPUSH to a list, only if the value I'm pushing isn't already at the head. Eg, LPUSH(key, x) is good if key contains [a,b,c] but not if it contains [x,y,z]... is there a command in Redis for this, or a way to do it transactionally? 16:01:44 GMT aa srem doesn't accepting multiple keys? 16:02:36 GMT ah ok sorry my mistake i'm sending empty list, pardon 17:23:05 GMT how do i get random members of set which excludes bla set? is it possible? do i have to learn lua lang? 17:23:51 GMT does redis geohash still provide benefits if we are doing a georadius search using the latitude and longitude but the results are hashed? 17:47:42 GMT somebody 17:47:44 GMT anybody 17:47:50 GMT it can be you or you or you or you 17:48:01 GMT no ones ever used redis geo api? 17:48:06 GMT dont be shy now 17:50:03 GMT also is GEODECODE gone? 17:50:18 GMT i see tutorials and examples for it but nothing in the official redis API doc 18:03:18 GMT Frenchiie: It seems like it was removed here https://github.com/antirez/redis/commit/b96af595a5fddbbdcbf78ed3c51acd60976416f4 18:07:13 GMT sknebel: do you know enough about redis geo to answer my first question? 18:07:16 GMT sknebel: :D 18:07:36 GMT Frenchiie: no, sorry 21:23:39 GMT Hola! I recently had a redis server nearly run rout of of memory suddenly; less than a 1 minute it went through 4-8GB and evicted millions of keys. One of my only leads is the longest ouput list. This went up to about 100k and stayed there until one of the servers was killed. 21:24:56 GMT I'm sure this had to do with the memory usage, but I'm unsure of all the ways an output list like that could be buffered. We only have lists in the server up to 100 in length. 21:25:13 GMT The entire dataset is under 1.5GB 21:27:05 GMT Would anyone here have insights into this or links to resources? I only turned up a github issue about slow slaves, but our replication was not lagging and I'm certain the client involved was the server that was killed.