Chris Rienzo
e73f319aec
FS-11858 [mod_hiredis] allow using single-quote when setting key to a value that has spaces
2019-07-18 00:10:47 +04:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Chris Rienzo
99e60c290a
FS-9965 [mod_hiredis] release context after getting alternate connection
2017-01-23 15:37:13 -05:00
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
Chris Rienzo
8ab65c8c34
FS-9827 [mod_hiredis] handle NIL reply
2016-12-07 14:53:29 -05:00
Chris Rienzo
ff6ab87f14
FS-9713 [mod_hiredis] handle spurious wakeup while waiting for connection
2016-11-08 13:36:39 -05:00
Chris Rienzo
7e8b8b428c
FS-9645 [mod_hiredis] add support for AUTH when profile password is set
...
add new configuration 'ignore-error' which will not fail limit if an error like auth failure occurs
2016-10-18 15:30:33 -04:00
Josh Allmann
b8d6c4a805
FS-8075 [mod_hiredis]: Reduce log level of a message.
2016-10-06 18:49:36 -04:00
Chris Rienzo
49f1d31290
FS-9058 [mod_hiredis] fix rate counters so the keys expire after interval completes. Do not auto decrement rate counters. Do not log null responses.
2016-04-12 15:23:49 -04:00
Chris Rienzo
7a369b57f1
FS-9059 [mod_hiredis] add session logging
2016-04-12 11:18:11 -04:00
Chris Rienzo
a0f347fca9
FS-9054 [mod_hiredis] add ignore-connect-fail profile param so that calls do not get killed if limit fails due to lost connection
2016-04-12 09:44:17 -04:00
Chris Rienzo
a7465e6cbf
FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6.
2016-04-11 11:54:46 -04:00
William King
d7724cc2aa
FS-8075 Fix for failover when you pull power on redis, while redis clients under load test
2015-09-09 10:39:20 -07:00
William King
d1d0f553bc
FS-8075
...
Initial commit of mod_hiredis. Add expanded redis support to include
raw redis command support, as well as the existing support for
FreeSWITCH limits.
2015-08-28 16:56:38 -07:00