02:40:39 GMT Hi , is there redis meetup in China recently ? 12:41:25 GMT hello 13:18:20 GMT some one know, can i use expire for value? not for key? 13:46:18 GMT that doesn't make sense 15:22:26 GMT so is there a recommended way to have multiple redis releases installed in parallel? 15:25:33 GMT https://github.com/antirez/redis/issues/4140 did not really cause a stir of any kind afaict ;) 15:35:57 GMT colo-work: standard way is to export PREFIX=, idk why OP wants to make things more complicated 15:47:46 GMT yac, ok. kinda sucks, but I'll live with it for now (I _am_ the OP, btw :)) 16:32:54 GMT fwiw i'm pretty happy that redis does _not_ use autotools 20:41:49 GMT Hello, i'm using redis to store php session, but my sessions are being lost, de value of session go to 0 after the some minutes, but ID continue equal, it's problem in REDIS? 20:43:09 GMT most likely not 20:43:26 GMT most likely not :/ 20:48:49 GMT hmm right 20:49:07 GMT it normal INFO show: db0:keys=31,expires=31,avg_ttl=8639968790 20:49:07 GMT ? 20:49:28 GMT the same value that i have in keys i have in expires 20:57:21 GMT minus, ahfeel ? 20:57:28 GMT ¯\_(ツ)_/¯ 20:58:13 GMT it normal INFO show: db0:keys=31,expires=31,avg_ttl=8639968790 20:59:01 GMT xdexter: if all your keys have expires set, that's normal 20:59:10 GMT it's pretty normal for session data to be deleted after some time 21:00:09 GMT badboy_, but my problem are the session are deleted ~5 minutes after the are started 21:00:49 GMT then check your application which expire time is set 21:01:22 GMT it's possible that i see this in key? in redis? 21:02:15 GMT DEBUG OBJECT shows it iirc 21:04:02 GMT https://pastebin.com/BMhCbZam 21:39:17 GMT https://redis.io/commands/ttl 21:39:25 GMT shows the remaining time-to-live