Lines Matching refs:cli
259 * A few redis-cli --cluster bugs were fixed, plus a few improvements.
399 Merge pull request #5879 from meierfra-ergon/redis-cli-assume-yes
415 redis-cli add support for --memkeys, fix --bigkeys for module types
467 * redis-cli cluster mode improved in many ways. Especially the fix subcommand
593 redis-cli reshard/rebalance: ability to force replacement on existing keys
597 cli: pass auth through REDISCLI_AUTH
657 HIGH if you use redis-cli with Redis Cluster.
665 issue with redis-cli when in cluster mode. Finally some FreeBSD and DragonFly
680 Fix pointer access and memory leak in redis-cli.
737 * Redis-cli cluster "fix" is now able to fix a big number of clusters put
946 inside redis-cli. Check `redis-cli --cluster help` for more info.
999 Update help.h for redis-cli.
1404 Revert "fix repeat argument issue and reduce unnessary loop times for redis-cli."
1488 LOLWUT: show the output verbatim in redis-cli.
1552 Slave removal: slave mode -> replica mode text in redis-cli.
1572 Slave removal: redis-cli --slave -> --replica.
1596 fix usage typo in redis-cli
1830 * Different redis-cli non critical fixes.
1841 * redis-cli --cluster now supports authentication.
1842 * redis-trib is now deprecated (use redis-cli --cluster).
2105 Merge pull request #4727 from kingpeterpaule/redis-fix-info-cli
2305 fix repeat argument issue and reduce unnessary loop times for redis-cli.
2341 redis-cli: fix #4990 additional argument in help.
2345 redis-cli: fix #5096 double error message.
2349 redis-cli: cliConnect() flags CC_FORCE and CC_QUIET.
2361 fix whitespace in redis-cli.c
2882 Security: fix redis-cli buffer overflow.
2906 Fix redis-cli memory leak when sending set preference command.
2930 Stop saving auth command in redis-cli history.
2987 inside redis-cli. Check `redis-cli --cluster help` for more info.
3032 * redis-cli now implements the cluster management tool. We still ship the
3033 old redis-trib, but new fixes will be implemented only in redis-cli.
3034 See `redis-cli --cluster help` for more info.