Chris Rienzo 5db04d7d0f FS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.
Pipelining of requests to improve throughput
     -- new parameter max-pipelined-requests (default 20) for maximum number of requests to batch at one time

   Deletion of counter keys when zero
     -- new parameter delete-when-zero (default false) to enable.  This will cause a redis eval to execute to decrement counters instead of DECR.

   Detection of negative limit counters
     -- Self healing of negative counters (due to key eviction, etc)
2017-01-23 14:39:05 -05:00
..
2017-01-18 15:12:08 -06:00
2015-09-14 13:30:08 -05:00
2015-06-23 14:43:16 -04:00
2016-10-25 12:39:38 -05:00
2016-11-16 11:23:19 -06:00
2017-01-19 10:51:24 -06:00
2016-11-03 11:03:10 -05:00