summaryrefslogtreecommitdiff
path: root/src/db.c
Commit message (Expand)AuthorAgeFilesLines
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-1/+1
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-111-7/+11
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-101-4/+3
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+1
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-6/+53
* Delete key doesn't dirty client who watched stale key (#10256)Viktor Söderqvist2022-02-221-11/+11
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-6/+82
* Remove assert and refuse delete expired on ro replicas (#10248)Viktor Söderqvist2022-02-081-10/+10
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-17/+33
* Add key-specs notes (#10193)guybe72022-01-301-2/+8
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-261-1/+49
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-26/+250
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-2/+7
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-1/+1
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-1/+1
* Setup dependabot for github-actions and codespell (#9857)Matthieu MOREL2022-01-041-1/+1
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-9/+45
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-1/+1
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-4/+14
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-8/+18
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+5
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+2
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-2/+2
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-81/+96
* Fix COMMAND GETKEYS on LCS (#9852)sundb2021-11-281-25/+0
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* optimze the judgment logic of use_pattern in scanGenericCommand() (#9789)Axlgrep2021-11-161-1/+1
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-68/+77
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-031-10/+14
* fix typo in db.c: synchroneus -> synchronous(2 places) (#9702)lijinliang2021-10-311-2/+2
* Treat subcommands as commands (#9504)guybe72021-10-201-15/+0
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-071-1/+1
* Unify dbSyncDelete and dbAsyncDelete (#9573)Viktor Söderqvist2021-10-011-4/+18
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-0/+10
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-161-0/+5
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-151-1/+1
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-8/+15
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-15/+1
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-0/+10
* Fix two minor bugs (MIGRATE key args and getKeysUsingCommandTable) (#9455)guybe72021-09-021-1/+0
* Slot-to-keys using dict entry metadata (#9356)Viktor Söderqvist2021-08-301-126/+14
* Format fixes and naming. SentReplyOnKeyMiss -> addReplyOrErrorObject (#9346)Meir Shpilraien (Spielrein)2021-08-101-11/+3
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-1/+13
* [BUGFIX] Add some missed error statistics (#9328)DarrenJiang132021-08-061-1/+1
* Add latency monitor sample when key is deleted via lazy expire (#9317)menwen2021-08-051-10/+18
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-5/+5
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-4/+4
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Fix typo on buckup to backup (#8919)pgxiaolianzi2021-06-011-15/+15
* Use monotonic clock to check for Lua script timeout. (#8812)zyxwvu Shi2021-04-221-1/+1