Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redis-cli help.h updated. | antirez | 2016-06-14 | 1 | -8/+13 |
| | |||||
* | redis-cli help.h updated. | antirez | 2016-04-13 | 1 | -8/+18 |
| | |||||
* | Update redis-cli help and the script to generate it. | antirez | 2015-11-17 | 1 | -8/+180 |
| | |||||
* | Added <count> parameter to SPOP: | Alon Diamant | 2014-12-14 | 1 | -2/+2 |
| | | | | | | | | | spopCommand() now runs spopWithCountCommand() in case the <count> param is found. Added intsetRandomMembers() to Intset: Copies N random members from the set into inputted 'values' array. Uses either the Knuth or Floyd sample algos depending on ratio count/size. Added setTypeRandomElements() to SET type: Returns a number of random elements from a non empty set. This is a version of setTypeRandomElement() that is modified in order to return multiple entries, using dictGetRandomKeys() and intsetRandomMembers(). Added tests for SPOP with <count>: unit/type/set, unit/scripting, integration/aof -- Cleaned up code a bit to match with required Redis coding style | ||||
* | redis-cli help.h updated. | antirez | 2014-04-22 | 1 | -2/+73 |
| | |||||
* | redis-cli: help.h updated. | antirez | 2013-05-14 | 1 | -3/+13 |
| | |||||
* | help.h update (adds bitop, bitcount, evalsha...) | antirez | 2012-10-30 | 1 | -3/+28 |
| | |||||
* | redis-cli commands description in help.h updated. | antirez | 2012-04-27 | 1 | -3/+3 |
| | |||||
* | redis-cli help.h updated. Script to generate it updated as well. | antirez | 2012-04-03 | 1 | -147/+233 |
| | |||||
* | help.h updated2.2.0-rc1 | antirez | 2010-12-15 | 1 | -12/+42 |
| | |||||
* | Refactor help-related code into redis-cli.c | Pieter Noordhuis | 2010-11-28 | 1 | -458/+365 |
| | |||||
* | Update help.h generator script to output man-style argument list | Pieter Noordhuis | 2010-11-28 | 1 | -694/+580 |
| | |||||
* | Added redis-cli interactive help support | Tj Holowaychuk | 2010-11-16 | 1 | -0/+815 |
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 |