summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve redis-cli help. When help command, we only match command (#8879)Huang Zhw2021-04-291-1/+1
* redis-cli: Do not use hostsocket when we got redirected in cluster mode (#8870)Binbin2021-04-281-1/+3
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-7/+0
* Fix typo in redis-cli.c (#8772)Seunghyun Lee2021-04-211-1/+1
* redis-cli --bigkeys / memkeys, report detailed error on dbsize failure (#8740)Huang Zhw2021-04-051-2/+8
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-1/+4
* Fix redis-cli handling of rediss:// URL scheme (#8705)Steve2021-03-291-2/+4
* Wrong usage sdscatprintf in redis-cli. (#8604)Pavlo Yatsukhnenko2021-03-081-2/+6
* Improve redis-cli non-binary safe string handling. (#8566)Yossi Gottlieb2021-03-041-44/+77
* Fix div by 0 in redis-cli cluster creation (#8553)Pavlo Yatsukhnenko2021-02-281-1/+1
* redis-cli prompt: fix db number and transaction state inconsistencies after r...Wen Hui2021-02-251-0/+3
* Cleanup in redis-cli and tests: release memory on exit, change dup test name ...WuYunlong2021-02-091-6/+17
* Add --insecure option to command line tools. (#8416)Yossi Gottlieb2021-02-071-0/+4
* Implement rdb-only replication (#8303)Wang Yuan2021-01-271-1/+5
* remove some unnecessary checks (#7431)houzj.fnst2021-01-131-1/+1
* fix crash in redis-cli after making cluster backup (#8267)Oran Agra2021-01-031-1/+3
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-0/+5