08:31:55 GMT Morning all, I'm trying to connect to a redis server from clojure using Redisson 2.2.14 and ClusterConnectionManager and I keep getting the response "hostname can't be null".... is this something wrong with my redis setup or something wrong with my projects connection settings? Just thought someone might recognise this but realise it's a little vague 09:19:28 GMT Hi, is there a way to use zrangebyscore with multiple ranges? 09:19:44 GMT or multiple score's 09:21:16 GMT like i only want entries with a score from 100-150 and 400-450 ? 09:22:23 GMT just combine them client-side or in a lua script 09:23:17 GMT hmm ok thanks :) 10:24:50 GMT My redis server crashed and I cannot restart it anymore. Seems to be permissions issue. I am using redis with gitlab-ce 12:40:37 GMT hello all, I'm trying to set up redis as a store for offsets when accessing Kafka, but I keep getting an error I can't seem to figure out: http://pastebin.com/euwTYXqG 12:40:55 GMT I think it could be related to https://github.com/brianfrankcooper/YCSB/issues/619#issuecomment-182148588 12:41:44 GMT but I'm struggling to tie down the scope of this issue and hoping someone here might have an inkling 12:47:00 GMT Hello, How can I dump the list type of value as json or some other format. 12:47:25 GMT If run GET on list type it shows WRONG type 13:12:50 GMT lrange gives you multiple values from a list