summaryrefslogtreecommitdiff
path: root/tests/integration/redis-cli.tcl
Commit message (Expand)AuthorAgeFilesLines
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-0/+21
* Fix new subscribe mode test in reply-schemas-validator (#11939)Binbin2023-03-201-0/+6
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-191-2/+80
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-3/+3
* Fix redis-cli test issues on tcl8.5. (#10386)Yossi Gottlieb2022-03-061-3/+3
* redis-cli: Better --json Unicode support and --quoted-json (#10286)Yuta Hongo2022-03-051-0/+24
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-1/+1
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-4/+3
* Add DUMP RESTORE tests for redis-cli -x and -X options (#10041)Binbin2022-01-021-0/+28
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-5/+24
* redis-cli: Add -X option and extend --cluster call take arg from stdin (#9980)Binbin2021-12-301-8/+40
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-1/+1
* redis-cli ASK redirect test: Add retry loop to fix timing issue (#9315)Viktor Söderqvist2021-08-051-3/+7
* Skip new redis-cli ASK test in TLS mode (#9312)Oran Agra2021-08-031-0/+2
* When redis-cli received ASK, it didn't handle it (#8930)Huang Zhw2021-08-021-5/+26
* Tests: avoid short reads on redis-cli output. (#9301)Yossi Gottlieb2021-08-011-4/+16
* Direct redis-cli repl prints to stderr, because --rdb can print to stdout. ff...Mikhail Fesenko2021-07-071-6/+22
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-6/+20
* tests: add details when test fails on malformed info (#9042)Oran Agra2021-06-031-1/+3
* Improve redis-cli non-binary safe string handling. (#8566)Yossi Gottlieb2021-03-041-0/+36
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-1/+1
* Tests: clean up stale .cli files. (#7768)Yossi Gottlieb2020-09-091-0/+2
* Tests: fix redis-cli with remote hosts. (#7693)Yossi Gottlieb2020-08-231-2/+2
* Tests: drop TCL 8.6 dependency. (#7548)Yossi Gottlieb2020-07-211-22/+27
* redis-cli tests, fix valgrind timing issue (#7519)Oran Agra2020-07-141-1/+1
* fix recently added time sensitive tests failing with valgrind (#7512)Oran Agra2020-07-131-1/+1
* TLS: Add missing redis-cli options. (#7456)Yossi Gottlieb2020-07-101-19/+96
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-3/+6
* Use fstat to detect if stdin was redirectedPieter Noordhuis2010-08-251-2/+54
* Make helper functions simplerPieter Noordhuis2010-08-251-17/+12
* Comments in redis-cli testsPieter Noordhuis2010-08-251-0/+3
* Add a newline to tty output after every replyPieter Noordhuis2010-08-251-0/+2
* Change output format for non-tty redis-cli executionPieter Noordhuis2010-08-041-0/+22
* Let the output mode depend on having a tty or notPieter Noordhuis2010-08-041-11/+22
* Tests for redis-cli in non-interactive modePieter Noordhuis2010-08-041-0/+35
* Add tests for quotation in an interactive redis-cli sessionPieter Noordhuis2010-08-041-0/+19
* Tests for the interactive mode of redis-cliPieter Noordhuis2010-08-041-0/+69