summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-2/+2
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+1
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+1
* Durability enhancement for appendfsync=always policy (#9678)zhaozhao.zz2022-04-111-1/+1
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-101-0/+1
* Module Configurations (#10285)Nick Chun2022-03-301-1/+59
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-7/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-0/+3
* config rewrite enhancement, in case of line longer than 1024 (#8009)zhaozhao.zz2022-03-221-1/+0
* fix wrong comment about cluster_announce_hostname (#10274)carlosfu2022-03-161-1/+1
* make sort/ro commands validate external keys access patterns (#10106) (#10340)ranshid2022-03-151-0/+1
* Optimization: remove `updateClientMemUsage` from i/o threads. (#10401)yoav-steinberg2022-03-151-3/+2
* improve string2ll() to avoid extra conversion for long integer string. (#10408)DarrenJiang132022-03-141-1/+0
* Fix typo "the the" (#10399)蔡相跃2022-03-091-1/+1
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-0/+1
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-011-0/+1
* Move most of the configuration to a hashtable (#10323)Madelyn Olson2022-02-281-0/+2
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-0/+17
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-1/+1
* Optimize deferred replies to use shared objects instead of sprintf (#10334)filipe oliveira2022-02-231-1/+4
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-6/+10
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-3/+16
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-1/+1
* aof rewrite and rdb save counters in info (#10178)yoav-steinberg2022-02-171-0/+2
* Use sds for clusterNode.hostname (#10290)Ping Xie2022-02-161-0/+4
* Fix and improve module error reply statistics (#10278)Oran Agra2022-02-131-0/+2
* Fix Eval scripts defrag (broken 7.0 in RC1) (#10271)yoav-steinberg2022-02-111-0/+5
* Modify AOF preamble related logs, and change the RDB aux field (#10283)chenyang80942022-02-111-1/+1
* Remove unused code - leftover from script replication mechanisms (#10272)chenyang80942022-02-091-5/+0
* Make INFO command variadic (#6891)Wen Hui2022-02-081-2/+6
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-0/+4
* acl check api for functions and eval (#10220)yoav-steinberg2022-02-071-0/+1
* Command info module API (#10108)Viktor Söderqvist2022-02-041-1/+2
* Fix SENTINEL SET config rewrite test (#10232)Binbin2022-02-041-1/+1
* Fix cluster bus extensions backwards compatibility (#10206)Ping Xie2022-01-301-0/+1
* Add key-specs notes (#10193)guybe72022-01-301-1/+2
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-261-3/+7
* Delete the residual code related to aof rewrite buf (#10176)chenyang80942022-01-251-1/+0
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-1/+0
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-8/+13
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-44/+39
* Add command tips to COMMAND DOCS (#10104)guybe72022-01-201-12/+4
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-5/+15
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-181-8/+31
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-2/+2
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-181-4/+2
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-1/+4
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-1/+0
* Reuse temporary client objects for blocked clients by module (#9940)Ozan Tezcan2022-01-111-1/+2