05:09:05 GMT I have three different sorted sets to calculate the rank in redis. can i use a custom formula to add these in to a fourth set. i have tried with SINTERSTORE and it works only for SUM/MIN/MAX. 05:09:51 GMT this is for a user leaderboard calculation. three sets are having members different parameter scores and rank. 05:10:13 GMT based on the rank, we have to apply a formula to find out the final rank for a user. 05:10:32 GMT would be great if i can get some ideas to dig deeper. 05:16:42 GMT added some sample records https://docs.google.com/spreadsheets/d/17eo8--b1PeHlRRXgMB7xUJ_GAhaxHnW4Sux3sLXRQS0/edit?usp=sharing 09:58:25 GMT Hello, can anyone tell me if it's possible to implement in redis this kind of pattern search? I have list of patterns definition like patternX1 = A B C D , patternX2 = B C, patternX3 = A D E and right now I have to find out if any patern on my list that matches B C subset. Is it possible in redis? 12:03:19 GMT Hi, it seems rredis for R does not support Sentinel. Is there some other way to get R code to work with Sentinel? 12:48:48 GMT you can set up a proxy that understands sentinel, megamaced 12:49:17 GMT you can do it with HAProxy (maybe not perfectly though) 13:08:27 GMT hi 13:08:47 GMT can i store a list in hash key and later use push (or some other command) to update it 13:08:48 GMT ? 13:09:06 GMT no 13:09:14 GMT redis types cannot be nested 13:09:37 GMT damn :(