summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Invalid node address specified in redis-cli --cluster create/add-node (#1...Binbin2022-09-211-3/+3
* Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-111-46/+65
* Fix 2 comments in dict.c & redis-cli.c (#10860)hdyztmdqd2022-06-141-1/+1
* Add SIGINT handler to redis-cli --bigkeys, --memkeys, --hotkeys, --scan (#10736)Ofir Luzon2022-05-221-12/+14
* Use exit code 1 on error in redis-cli (#10468)Ozan Tezcan2022-03-301-8/+4
* redis-cli: Do DNS lookup before sending CLUSTER MEET (#10436)Viktor Söderqvist2022-03-291-2/+22
* Make redis-cli --cluster help output to stdout (#10485)Binbin2022-03-281-14/+14
* Use exit code 1 if redis-cli fails to connect (#10438)Ozan Tezcan2022-03-211-2/+6
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-161-21/+32
* Initialize help when using redis-cli help or redis-cli ? (#10382)Binbin2022-03-101-12/+37
* redis-cli: Better --json Unicode support and --quoted-json (#10286)Yuta Hongo2022-03-051-17/+53
* redis-cli generates command help tables from the results of COMMAND (#10043)Jason Elbaum2022-02-051-43/+352
* fix cluster rebalance test race (#10207)Oran Agra2022-01-301-5/+15
* redis-cli: Aligned RESP3 maps with multiline value in TTY (#10170)Viktor Söderqvist2022-01-251-0/+23
* Stringify JSON key of --json option result (#10046)Yuta Hongo2022-01-041-2/+12
* `redis-cli --replica` reads dummy empty rdb instead of full snapshot (#10044)yoav-steinberg2022-01-041-0/+1
* Print error messages in monitor/pubsub when errors occurs (#10050)Binbin2022-01-041-3/+10
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-1/+2
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-4/+23
* redis-cli: Add -X option and extend --cluster call take arg from stdin (#9980)Binbin2021-12-301-15/+83
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+41
* redis-cli: Add OUTPUT_JSON format type (#9954)Yuta Hongo2021-12-231-7/+89
* Fix some nonsense came from LGTM (#9962)Binbin2021-12-191-3/+6
* Fix a harmless bug when using monitor in redis-cli with wrong reply (#9875)Binbin2021-12-021-0/+4
* Add sleep interval to redis-cli --scan option (#3751)Ofir Luzon2021-10-131-0/+3
* Fix redis-cli SCAN sleep interval for big/hot keys (could have been skipped) ...Ning Xie2021-10-121-4/+6
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+2
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-141-155/+55
* redis-cli: Assert > 0 before dividing, to silence warning by tool (#9396)Viktor Söderqvist2021-08-221-1/+2
* Redis-cli monitor and pubsub can be aborted with Ctrl+C, keeping the cli aliv...Huang Zhw2021-08-101-4/+30
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-18/+17
* Enabled -x option (Read last argument from STDIN) on redis-benchmark (#9130)filipe oliveira2021-08-031-58/+0
* When redis-cli received ASK, it didn't handle it (#8930)Huang Zhw2021-08-021-12/+51
* fix timeout spell error (#9150)ZEEKLING2021-07-151-1/+1
* Direct redis-cli repl prints to stderr, because --rdb can print to stdout. ff...Mikhail Fesenko2021-07-071-2/+3
* redis-cli: reset dbnum and tx prompt state after RESET (#9096)uriyage2021-07-051-1/+8
* redis-cli --rdb: fix broken fsync/ftruncate for stdout (#9135)Mikhail Fesenko2021-06-301-3/+5
* Make redis-cli --help/-h output to stdout and exit with 0. (#9124)Huang Zhw2021-06-301-11/+12
* redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)Maxim Galushka2021-06-211-0/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-7/+7
* Make redis-cli grep friendly in pubsub mode (#9013)ikeberlein2021-06-081-0/+1
* Fix some minor bugs in redis-cli (#8982)Huang Zhw2021-06-081-23/+18
* redis-cli cluster import command may issue wrong MIGRATE command. (#8945)Huang Zhw2021-06-021-4/+3
* redis-cli clusterManagerCommandCreate calculate interleaved_len wrong (#8964)Huang Zhw2021-05-191-1/+1
* redis-cli: some commands should bypass history file. (#8895)Huang Zhw2021-05-181-75/+117
* redis-cli: Sleep for a while in each cliConnect when we got connect error in ...Binbin2021-05-181-32/+48
* redis-cli: fix bugs in hints of commands with subcommands. (#8914)Huang Zhw2021-05-171-26/+40
* redis-cli when SELECT fails, we should reset dbnum to 0 (#8898)Huang Zhw2021-05-061-12/+25
* redis-cli: Fix integer overflow in intrinsic-latency (#8907)Binbin2021-05-041-1/+1
* Resolve nonsense static analysis warningsOran Agra2021-05-031-3/+3