summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #6114 from ShooterIT/async-rename-rdbSalvatore Sanfilippo2020-01-101-0/+7
| |\ \ \ \
| | * | | | Rename rdb asynchronouslyShooterIT2019-12-311-0/+7
| * | | | | Merge pull request #6746 from leomurillo/unstableSalvatore Sanfilippo2020-01-101-1/+1
| |\ \ \ \ \
| | * | | | | Fix bug on KEYS command where pattern starts with * followed by \x00 (null ch...Leo Murillo2020-01-071-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #6457 from IAmATeaPot418/patch-1Salvatore Sanfilippo2020-01-101-1/+1
| |\ \ \ \ \
| | * | | | | Update to directive in redis.conf (missing s)Jamie Scott2019-10-161-1/+1
* | | | | | | Free fakeclient argv on AOF error.antirez2020-01-101-3/+11
* | | | | | | Git ignore: ignore more files.antirez2020-01-101-0/+2
|/ / / / / /
* | | | | | Merge pull request #6703 from guybe7/blocking_xread_empty_replySalvatore Sanfilippo2020-01-093-10/+44
|\ \ \ \ \ \
| * | | | | | Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2019-12-303-10/+44
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6724 from JohnSully/incrementalSalvatore Sanfilippo2020-01-092-1/+6
|\ \ \ \ \ \
| * | | | | | Add support for incremental build with header filesJohn Sully2020-01-012-1/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6715 from trevor211/fixPotentialClusterLinkErrorSalvatore Sanfilippo2020-01-091-0/+4
|\ \ \ \ \ \
| * | | | | | Fix petential cluster link error.WuYunlong2019-12-311-0/+4
| |/ / / / /
* | | | | | Merge pull request #6698 from yossigo/ctx-flags-multi-dirtySalvatore Sanfilippo2020-01-082-0/+8
|\ \ \ \ \ \
| * | | | | | Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.Yossi Gottlieb2019-12-232-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6748 from hwware/typofixSalvatore Sanfilippo2020-01-081-2/+2
|\ \ \ \ \ \
| * | | | | | typo fix in acl.chwware2020-01-071-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6735 from itamarhaber/io-threadsSalvatore Sanfilippo2020-01-081-1/+1
|\ \ \ \ \ \
| * | | | | | Adjusts 'io_threads_num' max to 128Itamar Haber2020-01-041-1/+1
| |/ / / / /
* | | | | | Merge pull request #6743 from yz1509/unstableSalvatore Sanfilippo2020-01-081-1/+1
|\ \ \ \ \ \
| * | | | | | avoid sentinel changes promoted_slave to be its own replica.yz15092020-01-071-1/+1
| |/ / / / /
* | | | | | XCLAIM: Create the consumer only on successful claims.antirez2020-01-081-2/+4
|/ / / / /
* | | | | Fix active expire division by zero.antirez2020-01-011-4/+7
| |/ / / |/| | |
* | | | Fix duplicated CLIENT SETNAME reply.antirez2019-12-291-1/+0
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-12-296-11/+61
|\ \ \ \
| * \ \ \ Merge pull request #6706 from guybe7/stream_id_edge_casesSalvatore Sanfilippo2019-12-294-4/+54
| |\ \ \ \
| | * | | | Stream: Handle streamID-related edge casesGuy Benoish2019-12-264-4/+54
| | |/ / /
| * | | | Merge pull request #6707 from oranagra/fix_config_limitsSalvatore Sanfilippo2019-12-292-7/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | config.c adjust config limits and mutableOran Agra2019-12-262-7/+7
| |/ / /
* | | | Inline protocol: handle empty strings well.antirez2019-12-291-6/+2
|/ / /
* | | Fix ip and missing mode in RM_GetClusterNodeInfo().antirez2019-12-201-2/+5
* | | Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multiSalvatore Sanfilippo2019-12-196-25/+39
|\ \ \
| * | | block: propagate BRPOPLPUSH as RPOPLPUSH when unblockzhaozhao.zz2019-11-223-13/+7
| * | | Propagation: flag module client as CLIENT_MULTI if neededzhaozhao.zz2019-11-221-0/+5
| * | | Propagation: propagate EXEC directly in lua scriptzhaozhao.zz2019-11-221-2/+1
| * | | Propagation: wrap commands in also_propagate array with MULIT/EXECzhaozhao.zz2019-11-225-11/+27
* | | | Merge pull request #5780 from soloestoy/lua-multi-more-clearSalvatore Sanfilippo2019-12-191-11/+23
|\ \ \ \
| * | | | scripting: a little refactor about EVAL and redis.call()zhaozhao.zz2019-11-221-11/+20
| * | | | scripting: flag lua_client as CLIENT_MULTI after redis.replicate_commands() i...zhaozhao.zz2019-11-221-0/+3
| |/ / /
* | | | Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-197-51/+151
|\ \ \ \
| * | | | Prune leftover TODO commentMaxim Ivanov2019-11-201-1/+0
| * | | | Auto-detect and link libsystemd at compile-timeJohannes Truschnigg2019-11-193-27/+34
| * | | | Do not install SysV init-scripts on systemd-enabled hostsJohannes Truschnigg2019-11-191-0/+10
| * | | | Provide example systemd service unit files for redis-serverJohannes Truschnigg2019-11-192-0/+78
| * | | | Use libsystemd's sd_notify for communicating redis status to systemdJohannes Truschnigg2019-11-193-42/+48
* | | | | Modules: rewrite top function doc of AvoidReplicaTraffic().antirez2019-12-181-4/+20
* | | | | Merge pull request #6497 from oranagra/avoid_replica_trafficSalvatore Sanfilippo2019-12-182-0/+11
|\ \ \ \ \
| * | | | | Add module API for AvoidReplicaTrafficOran Agra2019-12-122-0/+11
* | | | | | Fix GEOHASH negative shifting in a more compatible way.antirez2019-12-181-1/+9