summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix src/modules build issue on OS X 11 (#10224)sundb2022-02-012-1/+8
* forbid module to unload when it holds ongoing timer (#10187)郭伟光2022-02-011-0/+26
* Added history for cluster-slots changes for hostnames(#10216)Madelyn Olson2022-01-302-0/+5
* update help.h before release (#10210)Oran Agra2022-01-301-6/+11
* Fix cluster bus extensions backwards compatibility (#10206)Ping Xie2022-01-303-2/+36
* Improve srand entropy (and fix Sentinel failures) (#10197)Moti Cohen2022-01-301-2/+5
* Fix typo in function_load local variable (#10209)Tobias Nießen2022-01-301-2/+2
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-301-1/+1
* Add key-specs notes (#10193)guybe72022-01-3015-211/+239
* fix cluster rebalance test race (#10207)Oran Agra2022-01-301-5/+15
* Fix some wrong commands arguments since (#10208)Binbin2022-01-304-17/+31
* Fixed Sentinel support for hostnames (#10146)Moti Cohen2022-01-291-11/+43
* commands arguments improvement about unix-time type (#10203)Binbin2022-01-295-13/+13
* Use object size then pointer size when malloc (#10201) (#10202)weiguo2022-01-291-1/+1
* Added missing documentation about the ACL GETUSER changes in acl-v2 (#10200)Madelyn Olson2022-01-281-0/+4
* Update generate-command-help.rb and help.h. (#10196)Yossi Gottlieb2022-01-271-79/+485
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-265-10/+67
* Reply for command args should be an array, not a set (#10188)guybe72022-01-261-1/+1
* redis-cli: Aligned RESP3 maps with multiline value in TTY (#10170)Viktor Söderqvist2022-01-251-0/+23
* Added engine stats to FUNCTION STATS command. (#10179)Meir Shpilraien (Spielrein)2022-01-251-5/+66
* Delete the residual code related to aof rewrite buf (#10176)chenyang80942022-01-252-4/+1
* Improve testing and update flags around commands without ACL keyspec flags (#...Madelyn Olson2022-01-256-11/+14
* Correctly handle minimum arity checks in scripts (#10171)Madelyn Olson2022-01-241-1/+1
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-2412-113/+202
* Disable keyspec module API in 7.0 RC1 (#10135)Viktor Söderqvist2022-01-242-1/+11
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-2314-199/+261
* Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma...guybe72022-01-222-14/+34
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-2014-582/+1439
* Add command tips to COMMAND DOCS (#10104)guybe72022-01-20106-1298/+1818
* Added functions support to redis-check-rdb (#10154)Meir Shpilraien (Spielrein)2022-01-202-5/+18
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-2025-79/+208
* Fix double key declaration for renamenx and change flag to INSERT (#10137)Madelyn Olson2022-01-192-5/+5
* Added AOF rewrite support for functions. (#10141)Meir Shpilraien (Spielrein)2022-01-191-0/+31
* zmalloc_get_rss openbsd implementation (#10149)David CARLIER2022-01-191-1/+7
* Fix fcall_ro key spec flags in commands.c (#10145)Binbin2022-01-191-1/+1
* Add sentinel config set test case (#10114)Wen Hui2022-01-191-6/+13
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-18196-433/+728
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-187-30/+29
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-186-34/+286
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-186-27/+33
* Fix `FUNCTION LOAD` ignores unknown parameter. (#10131)Meir Shpilraien (Spielrein)2022-01-181-0/+2
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-174-39/+53
* show subcommands latencystats (#10103)zhaozhao.zz2022-01-172-25/+60
* Use am instead of using server.aof_manifest directly to call getBaseAndIncrAp...chenyang80942022-01-171-1/+1
* zmalloc_get_rss netbsd impl fix proposal. (#10116)David CARLIER2022-01-161-2/+2
* Fix quicklist node not being recompressed correctly after inserting a new nod...sundb2022-01-161-0/+16
* checkTcpBacklogSettings check for solaris based systems. (#10109)David CARLIER2022-01-151-0/+4
* Fix typo in doc for PUBSUB command (#10117)Ali-Akber Saifee2022-01-152-2/+2
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-1411-43/+377
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-132-0/+8