John Sully
14daf6f909
Merge tag '6.0.8' into unstable
...
Former-commit-id: 4c7e4b91a6bb2034636856b608b8c386d07f5541
2020-09-30 19:47:55 +00:00
Oran Agra
b71330af50
change references to the github repo location ( #7479 )
...
(cherry picked from commit 8df988207500e0c76e2276a733be54ad443d78bb)
2020-07-20 21:08:26 +03:00
Maxime de Roucy
c0f60008cb
acl: @replication command group
...
containing mandatory commands for replication (used by masteruser user)
Former-commit-id: 123bc125cfe7b30fdeef833759a33ccc854b5c51
2020-05-25 02:35:22 -04:00
John Sully
219b0f7441
complete rebranding with tests passing
...
Former-commit-id: 3e9b8677098059964f3f7a492394da4ede9bd37d
2019-02-09 10:11:46 -05:00
antirez
4e0dd919f0
Add the stream group to the script generating the help.
2018-06-07 18:52:01 +02:00
antirez
0260c0489d
Update redis-cli help and the script to generate it.
2015-11-17 15:38:34 +01:00
Jan-Erik Rediger
9bf65f5298
Use correct github url to find commands.json
...
Once this is merged:
- merge the latest changes to commands.json in antirez/redis-doc
- re-run: utils/generate-command-help.rb > src/help.h
Then we'll have nice and easy tab-completed help in redis-cli again.
Closes #1909
2014-08-25 10:15:28 +02:00
antirez
4c99197262
generate-command-help.rb updated with new hyperloglog group.
2014-04-22 16:13:58 +02:00
antirez
c100c83a50
redis-cli help.h updated. Script to generate it updated as well.
2012-04-03 15:30:33 +02:00
antirez
eb3103f5f0
help.h updated
2010-12-15 17:39:40 +01:00
Pieter Noordhuis
c99c78f359
Refactor help-related code into redis-cli.c
2010-11-28 21:37:19 +01:00
Pieter Noordhuis
a3b60c15da
Update help.h generator script to output man-style argument list
2010-11-28 17:45:58 +01:00
Tj Holowaychuk
d268e36a27
Added redis-cli interactive help support
...
updated via commands.json in redis-doc repo. Currently
use `make src/help.h` to re-generate. The following
are valid from the REPL:
help
help [command]
help [group]
help groups
ex:
help sort
help hash
2010-11-16 05:50:26 -08:00