summaryrefslogtreecommitdiff
path: root/tests/support/redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-5/+53
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-031-7/+34
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-0/+4
* add test suite infra to test RESP3 attributes (#10247)Oran Agra2022-02-071-2/+9
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+4
* Fixed leaked client for "start_server" when running in --loop (#9497)yoav-steinberg2021-09-131-1/+1
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+1
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-031-0/+7
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-141-18/+34
* Tests: add a way to read raw RESP protocol reponses (#9193)Oran Agra2021-07-041-1/+12
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-301-2/+4
* Client tracking tracking-redir-broken push len is 2 not 3 (#8456)Huang Zw2021-02-211-0/+1
* Add tests for RESP3 responce of ZINTER and ZRANGE (#8391)Oran Agra2021-01-261-0/+1
* Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-051-6/+5
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-2/+2
* testsuite: fix fd leak, prevent port clashing when using --baseportOran Agra2020-12-061-0/+2
* Extend client tracking tests (#7998)nitaicaro2020-11-091-0/+27
* TLS: Configuration options.Yossi Gottlieb2019-10-071-2/+3
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-3/+17
* Remove trailing spaces from testsMatt Stancliff2014-09-291-1/+1
* Test: Tcl client initial support for automatic reconnection.antirez2014-06-181-14/+53
* Test: tcl client, unset deferred var on close.antirez2014-06-181-0/+1
* redis.tcl: return I/O error message when peer closes connection.antirez2014-05-141-1/+4
* Cluster test: Tcl cluster library initial skeleton.antirez2014-04-301-2/+2
* Tests added for min-slaves feature.antirez2013-05-301-0/+4
* redis.tcl: no longer leave unread replies if an error happens during a MULTI/...antirez2012-04-061-1/+7
* DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and o...antirez2012-03-201-1/+1
* Change tcl client to only use the multibulk protocolPieter Noordhuis2010-10-151-37/+7
* Return OK on QUITPieter Noordhuis2010-10-131-0/+8
* initial basic pub/sub testsPieter Noordhuis2010-06-161-1/+1
* tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...Pieter Noordhuis2010-06-151-9/+18
* squashed merge from robey/twitter3: LINSERT BEFORE|AFTER, LPUSHX, RPUSHXRobey Pointer2010-06-111-1/+1
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+254