jredis icon indicating copy to clipboard operation
jredis copied to clipboard

pooling support & logging

Open costin opened this issue 13 years ago • 0 comments

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....

costin avatar Apr 27 '11 17:04 costin