summaryrefslogtreecommitdiffstats
path: root/src/libserver/redis_pool.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Reduce default redis_pool timeout to 10 secondsVsevolod Stakhov2016-11-011-1/+1
* [Fix] Handle failures for inactive pooled connectionsVsevolod Stakhov2016-09-081-3/+39
* [Fix] Treat all errors in redis_pool as fatal errors for a connectionVsevolod Stakhov2016-09-081-1/+1
* [Minor] Try to hunt issue with redis pool failuresVsevolod Stakhov2016-09-061-1/+3
* [Minor] Add logging support for redis poolVsevolod Stakhov2016-08-301-11/+42
* [Fix] Do not be cheated by system hiredisVsevolod Stakhov2016-08-301-3/+4
* [Minor] Various fixes in redis poolVsevolod Stakhov2016-08-301-22/+37
* [Feature] Add implementation of redis connections poolVsevolod Stakhov2016-08-301-0/+331