12:10:06 GMT Hey there, quick noob question, can I just have a master or do I need to have at least one master and one slave ? 12:32:30 GMT Depado, you can just have a master, it's entirely up to you 12:36:40 GMT Habbie: Thanks :) 13:19:06 GMT Depado: a single instance without slaves/sentinel/cluster is actually the default mode of operation and sufficient for the majority of projects 13:25:45 GMT minus: Nice :D It's just that most tutorial I find are for setting up a cluster (Kubernetes) 14:44:38 GMT Is cursor guaranteed to survive across reconnect ? 14:44:43 GMT in e.g. ZSCAN, SCAN 14:59:14 GMT for me it looks like cursor is an ad hoc being, not something allocated per SCAN ... 0 call, so as long as I follow provided path, I will reach correct end 15:10:37 GMT you should avoid scanning the keyspace for production purposes 17:43:26 GMT hello! i’m on ubuntu 16.04, and under service —status-all it says my redis is running, but i’m unable to connect to it 17:43:42 GMT redis-cli gives no connection, and my application can’t connect to redis 17:43:48 GMT how should i debug this? 17:44:05 GMT it was working Friday, but over the weekend something happened :D 20:01:29 GMT Hi, will it be good for distributed file system to hold path as values for keys? 20:02:16 GMT I mean to use redis as holder paths in it 20:47:37 GMT hi 20:47:41 GMT i am receiving: Permission denied [unix:///var/run/redis/redis.sock] 20:47:47 GMT i put 755 in my configuration 20:47:50 GMT how i can solve this?