summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Added handling for unloading an auth moduleMadelyn Olson2019-11-061-1/+1
* Add module APIs for custom authenticationMadelyn Olson2019-11-061-23/+28
* Merge branch 'unstable' into module_lru_lfuSalvatore Sanfilippo2019-11-041-4/+11
|\
| * Merge pull request #6532 from oranagra/rm_misc_commandsSalvatore Sanfilippo2019-11-041-0/+2
| |\
| | * Module API for PUBLISH, FLUSHALL, RANDOMKEY, DBSIZEOran Agra2019-11-041-0/+2
| * | Merge branch 'unstable' into module_hooksSalvatore Sanfilippo2019-11-041-0/+3
| |\ \ | | |/
| | * Modules: block on keys: use a better interface.antirez2019-10-311-1/+2
| | * Modules: block on keys: implement the internals.antirez2019-10-301-0/+2
| * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-4/+6
| |/
* | Module API for controlling LRU and LFU, and OpenKey without TOUCHOran Agra2019-10-291-1/+2
|/
* Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-231-0/+3
* Modules hooks: handle module unloading + API export.antirez2019-10-231-0/+1
* Modules: allow to check for AOF loading client.antirez2019-10-171-0/+5
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-0/+26
|\
| * Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-041-33/+115
| |\
| | * Minor aesthetic changes to #6419.antirez2019-10-041-1/+1
| | * Merge pull request #6419 from oranagra/lua_timeout_shaSalvatore Sanfilippo2019-10-041-0/+1
| | |\
| | | * On LUA script timeout, print the script SHA to the logOran Agra2019-10-021-0/+1
| | * | Modules: implement RM_Replicate() from async callbacks.antirez2019-10-031-0/+2
| | * | Speedup INFO server section.antirez2019-10-021-0/+1
| | |/
| | * Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-27/+62
| | |\
| | | * TerminateModuleForkChild(): fix function prototype.antirez2019-09-271-1/+1
| | | * TerminateModuleForkChild(): move safety checks there.antirez2019-09-271-1/+1
| | | * Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-1/+1
| | | * Modules fork: improve SIGUSR1 handling, fix include.antirez2019-09-271-0/+8
| | | * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-27/+45
| | | |\
| | | | * Merge pull request #6024 from itamarhaber/info_modulesSalvatore Sanfilippo2019-09-261-0/+1
| | | | |\
| | | | | * Adds a "Modules" section to `INFO`Itamar Haber2019-04-161-0/+1
| | | | * | Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-261-0/+1
| | | | |\ \
| | | | | * \ Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errorsOran Agra2019-07-301-0/+15
| | | | | |\ \
| | | | | * | | Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-301-2/+1
| | | | | * | | Allow modules to handle RDB loading errors.Oran Agra2019-07-211-0/+2
| | | * | | | | Modlue fork is killed when the parent existsOran Agra2019-08-251-0/+1
| | | * | | | | Module API for ForkingOran Agra2019-07-171-0/+9
| | | | |/ / / | | | |/| | |
| | * | | | | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-0/+1
| * | | | | | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-021-0/+1
* | | | | | | TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-0/+1
* | | | | | | TLS: Configuration options.Yossi Gottlieb2019-10-071-7/+17
* | | | | | | TLS: Implement support for write barrier.Oran Agra2019-10-071-0/+1
* | | | | | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-2/+13
* | | | | | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-6/+26
| |_|_|/ / / |/| | | | |
* | | | | | RESP3: fix cases of NULL reported instead of empty aggregate.antirez2019-09-021-1/+1
* | | | | | Replication: clarify why repl_put_online_on_ack exists at all.antirez2019-08-051-1/+1
* | | | | | Merge pull request #6266 from madolson/dev-unstable-hide-auth-and-helloSalvatore Sanfilippo2019-07-311-25/+26
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Hide HELLO and AUTH from slowlog and monitorMadelyn Olson2019-07-221-25/+26
* | | | | | Merge pull request #6264 from oranagra/modules_api_aux_rdbSalvatore Sanfilippo2019-07-301-0/+10
|\ \ \ \ \ \
| * | | | | | Implement module api for aux data in rdbOran Agra2019-07-221-0/+10
| | |_|/ / / | |/| | | |
* | | | | | Client side caching: config option for table fill rate.antirez2019-07-241-1/+1
* | | | | | Client side caching: show tracking slots usage in INFO.antirez2019-07-231-0/+1
* | | | | | Client side caching: implement full slot limit function.antirez2019-07-231-0/+2