summaryrefslogtreecommitdiff
path: root/src/ejabberd_redis.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Increase 'max_fsm_queue' defaultHolger Weiss2017-10-031-1/+1
| | | | The old default was becoming too small for some workloads.
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-30/+8
| | | | | | | | | | | | | The commit introduces the following changes: * Now there is no need to pass validating function in ejabberd_config:get_option() functions, because the configuration keeps already validated values. * New function ejabberd_config:get_option/1 is introduced * Function ejabberd_config:get_option/3 is deprecated. If the function is still called, the second argument (validating function) is simply ignored. * The second argument for ejabberd_config:get_option/2 is now a default value, not a validating function.
* Use round-robin algorithm when selecting worker from DB poolEvgeniy Khramtsov2017-04-231-1/+1
|
* Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov2017-04-141-17/+100
|
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-3/+3
| | | | Thanks Microsoft Windows to not support some filenames
* Improve logging of Redis errorsEvgeniy Khramtsov2017-04-071-5/+29
|
* Improve type specs and return valuesEvgeniy Khramtsov2017-04-061-13/+33
|
* Add Redis pool supportEvgeniy Khramtsov2017-04-061-115/+153
| | | | Fixes #1624
* Improve redis related codeEvgeniy Khramtsov2017-04-021-11/+122
|
* Add Redis as mod_proxy65 RAM backendEvgeniy Khramtsov2017-03-311-0/+123
|
* Add Redis as router RAM backendEvgeniy Khramtsov2017-03-281-2/+2
|
* Improve startup procedureEvgeniy Khramtsov2017-02-241-35/+42
|
* Start/stop virtual hosts when reloading configuration fileEvgeniy Khramtsov2017-02-231-5/+20
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-6/+22
|
* Handle Redis connection in a separate moduleEvgeniy Khramtsov2016-05-091-0/+179