summaryrefslogtreecommitdiff
path: root/tests/unit/introspection.tcl
Commit message (Expand)AuthorAgeFilesLines
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-181-8/+3
* Add needs:reset for the test (#11959)Ozan Tezcan2023-03-231-2/+2
* fix CLIENT SETINFO to use error replies instead of status replies (#11952)Oran Agra2023-03-221-3/+3
* Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-221-0/+25
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-121-0/+42
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-5/+36
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-0/+43
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-11-151-0/+13
* Tag test with needs:save (#11485)Ozan Tezcan2022-11-081-1/+1
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-041-0/+38
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-281-2/+2
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-261-3/+43
* rewrite alias config to original name (#10811)zhaozhao.zz2022-06-021-0/+23
* Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-021-0/+12
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-111-0/+64
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-091-1/+16
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-1/+7
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-9/+9
* set "disable-thp" config immutable (#10409)zhugezy2022-03-101-0/+1
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-2/+2
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-4/+10
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+1
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-0/+1
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-1/+28
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-0/+30
* Multiparam config get. (#9914)yoav-steinberg2021-12-161-0/+16
* Error message improvement for CONFIG SET command (#9924)Wen Hui2021-12-151-2/+2
* Hide hidden configs from `config get` patterns. (#9888)yoav-steinberg2021-12-081-0/+10
* Fix CONFIG SET test failures in MacOS/FreeBSD (#9881)Binbin2021-12-021-8/+11
* Multiparam config set (#9748)yoav-steinberg2021-12-011-0/+110
* Fix CLIENT KILL kill all clients with id 0 (#9853)Binbin2021-11-291-0/+37
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-1/+4
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-0/+1
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-071-0/+1
* Let CONFIG GET * show both replicaof and its alias (#9395)Viktor Söderqvist2021-08-211-0/+1
* Remove leftover after CONFIG SET bind change. (#9129)Yossi Gottlieb2021-06-221-5/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-6/+11
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-191-0/+46
* fix race in config rewrite test (#8960)Oran Agra2021-05-181-1/+1
* re-fix config rewrite for empty save directive (#8722)JunhuaY2021-03-301-0/+8
* Fix config rewrite with an empty "save" parameter. (#8719)Yossi Gottlieb2021-03-291-0/+12
* Make port, tls-port and bind configurations modifiable (#8510)YaacovHazan2021-03-011-3/+1
* Fix race in CONFIG REWRITE sanity (#8536)guybe72021-02-231-1/+1
* Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-281-0/+1
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-0/+2
* Add CLIENT INFO and CLIENT LIST [id]. (#8113)Yossi Gottlieb2020-12-071-0/+10
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-1/+1
* memory reporting of clients argv (#7874)Oran Agra2020-10-051-1/+1