jredis
jredis copied to clipboard
pooling support & logging
Seems the current master has removed JRedisService and thus support for pooling. Would it be possible to bring it back? Additionally (maybe unrelated) would it be possible to programmatically disable logging since currently I keep getting for each connection (which means each operation w/o pooling):
Apr 27, 2011 7:35:59 PM org.jredis.ri.alphazero.support.Log log
INFO: WARNING: heartbeat is disabled.
It's not only annoying but actually it slows down the application as it has to wait for the console to reply....