03:34:45 GMT I start to use strict redis python, to use zunionstore, we need _zaggregate, I know I need to config the weight values and aggregate values. Since I dont familiar with redis itself, I wanna union 2 table by smallest score. How can I do it? Thanks guys! 16:43:50 GMT good morning.. im running is a new issue.. when I run redis-cli with host localhost, I get Error: Connection reset by peer and when I do a telnet 127.0.0.1 6379, I get -ERR max number of clients reached.. I have increased maxclient within redis.conf.. any other place should I look? ulimit hard is set at 65k 19:09:36 GMT good morning.. im running is a new issue.. when I run redis-cli with host localhost, I get Error: Connection reset by peer and when I do a telnet 127.0.0.1 6379, I get -ERR max number of clients reached.. I have increased maxclient within redis.conf.. any other place should I look? ulimit hard is set at 65k 19:11:40 GMT devon: we read you the first time. when you manage to redis-cli to it, check INFO for the number of clients, and CONFIG GET maxclients to see the set limit 19:13:22 GMT sorry.. saw a lot of peeps come online.. I have already changed from the default 10k to 12k in the redis config file.. I run this, /usr/bin/redis-cli -h localhost -p 6379 config get maxclients, I see 10253 19:14:16 GMT when starting up redis-server it will also inform you if something with the ulimit is wrong 19:14:46 GMT kk let me check.. 20:02:37 GMT devon, you can check /proc/ and you can use something like `ls -1 /proc//fd | wc -l` for the number of file descriptors the process has set up 22:50:26 GMT thank you everyone.. had to raise maxclient and redis user ulimit