summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | Revert "Geo: output 10 chars of geohash, not 11."antirez2019-12-182-5/+5
* | | | | | Avoid changing setKey() API after #6679 fix.antirez2019-12-187-12/+21
* | | | | | Merge pull request #6679 from soloestoy/keepttlSalvatore Sanfilippo2019-12-189-22/+52
|\ \ \ \ \ \
| * | | | | | incrbyfloat: fix issue #5256 ttl lost after propagatezhaozhao.zz2019-12-182-4/+14
| * | | | | | add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-188-18/+38
|/ / / / / /
* | | | | | Merge pull request #5916 from madolson/dev-unstable-acl-module-prSalvatore Sanfilippo2019-12-1713-32/+652
|\ \ \ \ \ \
| * | | | | | Removed old auth context referenceMadelyn Olson2019-12-171-1/+0
| * | | | | | Fixed some documentationMadelyn Olson2019-12-172-33/+0
| * | | | | | Tweaking the documentationMadelyn Olson2019-12-171-19/+17
| * | | | | | Added some documentation and fixed a testMadelyn Olson2019-12-173-15/+18
| * | | | | | Add module APIs for custom authenticationMadelyn Olson2019-12-1713-32/+685
* | | | | | | Add some comment to PR #6144 changes.antirez2019-12-171-4/+12
* | | | | | | Merge pull request #6144 from madolson/dev-unstable-cluster-downSalvatore Sanfilippo2019-12-177-12/+69
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Resolved merge missMadelyn Olson2019-12-161-1/+1
| * | | | | | Added a missed space in lua errorsMadelyn Olson2019-12-161-3/+3
| * | | | | | Split error message so dependandent callers give a useful resultMadelyn Olson2019-12-164-12/+27
| * | | | | | Added better exception handling around scripting and moduleMadelyn Olson2019-12-162-6/+21
| * | | | | | Add configuration option for allowing reads on cluster downMadelyn Olson2019-12-164-3/+30
|/ / / / / /
* | | | | | Merge pull request #6649 from chaten/unstableSalvatore Sanfilippo2019-12-161-1/+1
|\ \ \ \ \ \
| * | | | | | Change description to be agnostic to the number of policies.Michael Chaten2019-12-091-1/+1
| * | | | | | Fix outdated information on max memory policiesMichael Chaten2019-12-061-1/+1
* | | | | | | Clarify change in #6662.antirez2019-12-161-1/+4
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-12-165-10/+61
|\ \ \ \ \ \ \