summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* redis-benchmark: add tests, --version, a minor bug fixes (#7947)filipe oliveira2020-10-262-4/+27
* Adds command introspection to Sentinel (#7940)Itamar Haber2020-10-261-1/+2
* cpu affinity: DragonFlyBSD support (#7956)David CARLIER2020-10-252-2/+9
* Update rdb_last_bgsave_time_sec in INFO on diskless replication (#7917)WuYunlong2020-10-231-14/+11
* do not add save parameter during config rewrite in sentinel mode (#7945)Wen Hui2020-10-221-0/+6
* WATCH no longer ignores keys which have expired for MULTI/EXEC. (#7920)Qu Chen2020-10-221-1/+1
* Fixed bug concerning redis-benchmark non clustered benchmark forcing always t...filipe oliveira2020-10-201-24/+31
* fix 32bit build warnings (#7926)Oran Agra2020-10-202-3/+3
* fix double fclose in aofrewrite (#7919)Wen Hui2020-10-191-5/+6
* Support ACL for Sentinel Mode (#7888)Wen Hui2020-10-194-21/+71
* INFO report peak memory before eviction (#7894)Oran Agra2020-10-181-1/+11
* support NOMKSTREAM option in xadd command (#7910)Wen Hui2020-10-181-3/+10
* t_set.c comment update for srandmemberWithCountCommand (#7922)Pierre Jambet2020-10-181-1/+1
* Fix typo in server.h (#7921)Tommy Joe Lund2020-10-181-2/+2
* Allow requirepass config to clear the password (#7899)Oran Agra2020-10-141-8/+18
* performEvictions: mem_freed may be negative (#7908)guybe72020-10-131-2/+3
* Fix printf format specifier for unsigned in ziplistRepr (#7907)Hanif Ariffin2020-10-131-2/+2
* Delete dbExists() which is redundant. (#7906)WuYunlong2020-10-132-7/+0
* Remove temporary aof and rdb files in a background thread (#7905)Wang Yuan2020-10-132-3/+3
* Minor improvements to module blocked on keys (#7903)guybe72020-10-123-9/+15
* Support redis-cli -u rediss://... (#7900)Andreas Lind2020-10-111-1/+9
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-112-3/+3
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-113-4/+126
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-114-0/+59
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-112-2/+21
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-112-0/+66
* Introduce getKeysResult for getKeysFromCommand.Yossi Gottlieb2020-10-117-120/+171
* Support getting configuration from both stdin and file at the same time (#7893)Uri Shachar2020-10-113-40/+42
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-087-77/+168
* Fixed excessive categories being displayed from acls (#7889)Madelyn Olson2020-10-071-2/+15
* Add some additional signal info to the crash log (#7891)Oran Agra2020-10-071-1/+4
* Allow blocked XREAD on a cluster replica (#7881)Oran Agra2020-10-061-0/+9
* support sentinel myid subcommand (#7858)Wen Hui2020-10-051-0/+4
* memory reporting of clients argv (#7874)Oran Agra2020-10-054-4/+54
* fix new build warning about getGenericCommand (#7882)Oran Agra2020-10-041-0/+3
* redis-cli add control on raw format line delimiter (#7841)DvirDukhan2020-10-041-6/+8
* Add GET parameter to SET command (#7852)Nykolas Laurentino de Lima2020-10-021-5/+18
* performance and memory reporting improvement - sds take control of it's inter...Oran Agra2020-10-025-14/+127
* Include internal sds fragmentation in MEMORY reporting (#7864)Oran Agra2020-10-012-7/+7
* Fix crash in script timeout during AOF loading (#7870)Oran Agra2020-10-011-4/+8
* Makefile: enable program suffixes via PROG_SUFFIX (#7868)Rafi Einstein2020-10-011-6/+6
* Modules: expose real client on conn events.Yossi Gottlieb2020-09-301-2/+11
* Module API: Fail ineffective auth calls.Yossi Gottlieb2020-09-301-0/+5
* TLS: Do not require CA config if not used. (#7862)Yossi Gottlieb2020-09-291-3/+5
* warning: comparison between signed and unsigned integer in 32bit build (#7838)Oran Agra2020-09-291-2/+2
* Add support for Haiku OS (#7435)David CARLIER2020-09-293-0/+16
* Fix typo in module API docs (#7861)Gavrie Philipson2020-09-291-2/+2
* getting rss size implementation for netbsd (#7293)David CARLIER2020-09-291-0/+20
* Normalize sds test mechanism together with some compile warnings. (#7854)WuYunlong2020-09-283-14/+11
* ignore slaveof no one in redis.conf (#7842)caozb2020-09-271-1/+10