hykych

Results 4 issues of hykych

I find that there isn't a tutorial to guide me setup Pika + Codis. There are always some incompatibilities. Which Codis and Pika Release I should choose? What't the configuration...

wiki

I mount `/usr/bin/docker-runc` and `/run/runc` to a container. when I use command `docker-runc list` in the container, I got this. ``` 2a1391bec47e97c960180ecd0fe4fa8bdad06f3a966a4ab56a185fea46012897 0 stopped /run/docker/libcontainerd/2a1391bec47e97c960180ecd0fe4fa8bdad06f3a966a4ab56a185fea46012897 2018-04-23T11:49:09.45250519Z root 936ade0c1f01c5b47949d57af420738149f6b57854ee5a56da70b7c2d869cde4 0 stopped...

the late versions of redis-cli will send a "COMMAND" to server at the begining. refer to here: https://redis.io/commands/command are you planning to support this?

enhancement

``` from ghost import Ghost import thread import time def fun(url): from ghost import Ghost session = Ghost().start() session.set_proxy('socks5','127.0.0.1',1080) session.open(url,timeout=150) def main(): thread.start_new_thread(fun,('https://www.instagram.com/',)) thread.start_new_thread(fun,('https://www.instagram.com/',)) time.sleep(100000) f = main() f() ```...