04:17:53 GMT Does it seem reasonable to take 30 seconds to SCAN MATCH through a DB with 600k keys on a ECS m4.large instance? 12:05:35 GMT Hi folks, I seem to be having problems running redis inside of an ubuntu container. I have sensu that is supposed to be writing to redis, but using redis-cli monitor I don’t see any activity within redis. Is there a cli command that I can use that will generate _something_ in redis-cli monitor so that I can at least check to see if redis is functioning 12:07:30 GMT seems that redis is at least responding; 12:07:36 GMT 127.0.0.1:6379> KEYS * 12:07:41 GMT root@87f6266268ae:/# redis-cli monitor 12:07:41 GMT OK 12:07:42 GMT 1489061231.475954 [0 127.0.0.1:51018] "KEYS" "*" 12:07:52 GMT so I guess its my application. thanks folks. 12:08:26 GMT i have no idea what sensu is - take a look at the prometheus exporter and check how they're collecting metrics 12:10:05 GMT KekSi: sensu is a monitoring tool, that uses redis as its back end datastore 12:10:31 GMT I can see that redis is working, just not being used. So I’m looking at sensu as being the cause of all my woes. 12:11:25 GMT oic 12:11:41 GMT i read that as you wanting to monitor redis with sensu 16:21:53 GMT hi 16:21:57 GMT new to redis 16:22:04 GMT does redis have a concept of multiple databases? 16:23:53 GMT how appropriate is redis for nonce storage? 16:24:00 GMT super real appropriate? 16:28:31 GMT 'nonce' is like super unspecific 16:49:25 GMT [17:22:04] does redis have a concept of multiple databases? - yes; indexed by an integer. 22:12:37 GMT I have a redis client application which I cannot modify, it only can use a single redis endpoint.. Looking for solution to provide HA redis setup, w/o a need to change the app. Any suggestions? 22:13:26 GMT I am aware of Sentinel support, but I guess it will require client modification?