16:06:29 GMT hi, anyone knows how i can use docker-cli? 16:06:57 GMT i’m using docker-compose. i can’t find any info from google how to start the cli to be able to check what’s on redis 16:07:40 GMT i tried “docker-compose run app docker-cli” and i get “ERROR: Cannot start service app: oci runtime error: container_linux.go:247: starting container process caused "exec: \"docker-cli\": executable file not found in $PATH”” 16:10:21 GMT what's that got to do with redis? 16:10:39 GMT did you maybe mean redis-cli? 16:53:50 GMT docker cli or redis cli 16:53:52 GMT ?? 16:54:32 GMT in docker all commands are same except this you need to add docker exec 17:01:00 GMT aaaa looks like i was supposed to run it on a separated container 17:01:12 GMT which i did, and now getting “Could not connect to Redis at 127.0.0.1:6379: Connection refused” ideas? 17:01:38 GMT minus: yeah i meand redis-cli 17:09:36 GMT i get “The server is now ready to accept connections on port 6379” in a separate terminal tab. but when i try to start redis in docker, i get Could not connect to Redis at 127.0.0.1:6379: Connection refused. is this a correcting way of forwarding a port to my local machine from a contatainer? docker-compose run redis redis-cli -p 6379:6379 ? 18:08:04 GMT xco: u need to configure conf.file 18:08:14 GMT bind your_ip adress 18:08:23 GMT bind your_ip adress 127.0.0.1 18:08:43 GMT then do ps aux |grep redis* 18:08:53 GMT do this xco 18:16:37 GMT valhala_22: you mean the ports? 18:16:50 GMT hmm 18:17:10 GMT do this ps aux | grep redis then tell me 18:17:26 GMT that gives “siaw23 11786 0.0 0.0 2442020 804 s004 S+ 8:17PM 0:00.00 grep redis*" 18:17:45 GMT the emoticon is 0 . 0 18:17:47 GMT no spaces 18:17:53 GMT okk 18:17:59 GMT u need to start the server 18:18:07 GMT it’s started :( 18:18:29 GMT do this ps aux | grep redis* then tell me 18:19:01 GMT be fast becuase here is powercut in delhi , i am on hotspot , 18:20:37 GMT sudo /etc/init.d/redis-server restart do this first 18:20:44 GMT u on docker or ubuntu 18:27:54 GMT valhala_22: docker or ubuntu? 18:28:06 GMT not sure i know what that means 18:28:30 GMT u on ubuntu or docker 18:28:34 GMT ?? 18:41:42 GMT there is no redis server instance runnign xco so u need to start it 18:42:38 GMT valhala_22: fixed 18:42:39 GMT working now 18:42:47 GMT thank you :) 18:42:51 GMT okk 23:41:56 GMT I have a question about the use of redis-cluster over twemproxy