summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modules: fix RedisModule_GetClientInfoById() example.modules-get-client-info-by-idantirez2019-10-161-1/+1
* Modules: export GetClientInfoById().antirez2019-10-162-0/+3
* Modules: add the client ID to the client info structure.antirez2019-10-161-0/+8
* Modules: RM_GetClientInfoById() draft.antirez2019-10-152-0/+90
* Test: fix implementation-dependent test after code change.antirez2019-10-101-2/+2
* Merge pull request #6429 from charsyam/feature/typo-slaveSalvatore Sanfilippo2019-10-101-2/+2
|\
| * fix type salves to slavescharsyam2019-10-071-2/+2
* | Merge pull request #6437 from OMG-By/redis-omg_bySalvatore Sanfilippo2019-10-101-1/+1
|\ \
| * | there should is AUTH && HELLO non authenticated state.omg-by2019-10-101-1/+1
* | | Merge pull request #6443 from guybe7/fix_stream_rax_node_limitsSalvatore Sanfilippo2019-10-101-3/+3
|\ \ \
| * | | Fix usage of server.stream_node_max_*Guy Benoish2019-10-101-3/+3
* | | | Merge pull request #6145 from oranagra/jemalloc_purge_bgSalvatore Sanfilippo2019-10-109-17/+135
|\ \ \ \
| * | | | trim the double implementation of jemalloc purgeOran Agra2019-10-041-16/+4
| * | | | Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-04104-1533/+6833
| |\ \ \ \ | | |/ / /
| * | | | RED-31295 - redis: avoid race between dlopen and thread creationOran Agra2019-10-022-4/+12
| * | | | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-027-0/+124
| * | | | Jemalloc: Avoid blocking on background thread lock for stats.Oran Agra2019-06-021-1/+7
* | | | | Merge pull request #6438 from daidaotong/unstableSalvatore Sanfilippo2019-10-101-1/+1
|\ \ \ \ \
| * | | | | update typoDaniel Dai2019-10-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-101-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6430 from jaamison/jj/unstableSalvatore Sanfilippo2019-10-081-1/+1
| |\ \ \ \
| | * | | | stream.h: fix typoJamison Judge2019-10-071-1/+1
* | | | | | Cluster: fix memory leak of cached master.antirez2019-10-102-4/+9
|/ / / / /
* | | | | Merge pull request #6427 from oranagra/static-analyzerSalvatore Sanfilippo2019-10-085-22/+24
|\ \ \ \ \
| * | | | | fix issues found by a static analyzerOran Agra2019-10-075-22/+24
| | |_|_|/ | |/| | |
* | | | | Geo: output 10 chars of geohash, not 11.antirez2019-10-082-5/+5
| |/ / / |/| | |
* | | | LOLWUT: version 6: change text message & credits.antirez2019-10-071-4/+6
* | | | LOLWUT: version 6: give credits.antirez2019-10-071-0/+5
* | | | LOLWUT: version 6: improve rithm of the image.antirez2019-10-071-16/+24
* | | | LOLWUT: version 6 initial output. May change a bit.antirez2019-10-074-13/+33
* | | | LOLWUT: version 6 initial concept.antirez2019-10-072-5/+95
|/ / /
* | | LOLWUT: ability to specify VERSION <ver> option.antirez2019-10-041-3/+15
* | | LOLWUT: refactoring + skeleton of LOLWUT 6.antirez2019-10-045-110/+247
| |/ |/|
* | Minor aesthetic changes to #6419.antirez2019-10-042-2/+2
* | Merge pull request #6419 from oranagra/lua_timeout_shaSalvatore Sanfilippo2019-10-042-1/+9
|\ \
| * | On LUA script timeout, print the script SHA to the logOran Agra2019-10-022-1/+9
* | | Merge pull request #6308 from oranagra/repl-diskless-load-configSalvatore Sanfilippo2019-10-041-0/+1
|\ \ \
| * | | fix error handling on config parsing of repl-diskless-loadOran Agra2019-08-081-0/+1
* | | | Modules: RM_Call(): give pointer to documentation.antirez2019-10-041-1/+4
* | | | Modules: RM_Call/Replicate() ability to exclude AOF/replicas.antirez2019-10-041-9/+27
* | | | Modules: add RM_Replicate() Tcl test file & fix the module.antirez2019-10-033-1/+32
* | | | Modules: RM_Replicate() test with threads.antirez2019-10-031-2/+23
* | | | Modules: RM_Replicate() test module: initial implementation.antirez2019-10-032-1/+86
* | | | Modules: RM_Replicate() in thread safe contexts.antirez2019-10-031-4/+26
* | | | Modules: implement RM_Replicate() from async callbacks.antirez2019-10-032-2/+33
* | | | Modules: handle propagation when ctx is freed. Flag modules commands ctx.antirez2019-10-021-19/+23
* | | | Speedup INFO server section.antirez2019-10-023-17/+32
* | | | SDS: make sdscatfmt() faster by pre-allocating a bit.antirez2019-10-021-0/+4
| |/ / |/| |
* | | GEORADIUS reply: fix of the previous fix about #6417.antirez2019-10-011-1/+1
* | | Merge pull request #6270 from oranagra/modules_infoSalvatore Sanfilippo2019-10-019-6/+365
|\ \ \