summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* redis-cli - add option --count for scan (#12042)kell0gg2023-05-111-2/+8
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-7/+7
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-21/+26
* redis-cli - handle sensitive command redaction for variadic CONFIG SET (#11975)Wen Hui2023-04-021-6/+9
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-197/+817
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-191-51/+212
* redis-cli reads specified number of replies for UNSUBSCRIBE/PUNSUBSCRIBE/SUNS...Binbin2023-03-121-0/+20
* Dont COMMANDS DOCS if not TTY (not interactive) (#11850)SkyperTHC2023-03-031-1/+1
* Make dictEntry opaqueViktor Söderqvist2023-01-111-1/+1
* Make redis-cli support PSYNC command (#11647)Binbin2023-01-041-22/+74
* Add redis-cli hints to ACL DRYRUN, COMMAND GETKEYS, COMMAND GETKEYSANDFLAGS (...Huang Zhw2022-09-291-2/+12
* fix: redis-cli --memkeys-samples add check lastarg (#11269)Phoeniwx2022-09-281-1/+1
* Fix Invalid node address specified in redis-cli --cluster create/add-node (#1...Binbin2022-09-191-3/+3
* Introduce connAddrzhenwei pi2022-08-221-1/+2
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-4/+4
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-18/+19
* Add range check for server port in redis-cli/benchmark (#9854)Binbin2022-07-121-0/+8
* 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