dongfengshemaer

Results 3 comments of dongfengshemaer

Look here https://github.com/nrk/predis ,Thanks. It's very useful when you get 'hget' or 'hset' in 'for' function . Here is a introduction http://redis.io/topics/benchmarks ,you can search 'pipelining' in the webpage. #...

Only one file. That's Great! I think if one filesize is not too large,we should keep a simple file.Open many tiny files will cost the file handles.

Additional,some of my servers use PHP 5.2(a special extension does not support PHP 5.3),I modify RedisServer code only one line ,the it can run under PHP 5.2.