Maxime de Roucy
b9b4b4cfde
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
27eb239f1a
Fix bad merge in CI.yml
...
Former-commit-id: 6311d709c39b3bacaeab77b18033010f1b548f81
2020-05-21 22:09:06 -04:00
John Sully
318858eb4f
add help for hrename
...
Former-commit-id: 7e7f70ff3e238b0b70a40b3e0f0de4ba3c2720ea
2020-05-10 17:41:01 -04:00
antirez
1f9b82bd56
Update help.h again before Redis 6 GA.
2020-04-30 13:43:58 +02:00
antirez
455d8a05c1
redis-cli command help updated.
2020-04-30 13:02:59 +02:00
John Sully
0648930af4
Rename cron command to KEYDB.CRON and add help
...
Former-commit-id: 1b925119b5ad24ab3a91763bf9f4633f5bc9fef4
2020-03-01 19:18:21 -05:00
John Sully
0e82cb44e5
Implement the EXPIREMEMBERAT command
...
Former-commit-id: 203e341bf4427723903d8d3de03af2f0ef043a3f
2019-10-13 13:15:13 -04:00
John Sully
7b3f093dd6
Add millisecond support for EXPIREMEMBER command
...
Former-commit-id: 6e6cd84ad7dc9e5763ab36668cbbf8ca6743f8d9
2019-10-13 12:57:50 -04:00
John Sully
2d0cd2c1b2
Implement TTL and PERSIST commands for subkeys. Also ensure expiremember replaces any old subkey expiries
...
Former-commit-id: 16f96efbe7c6c27f2a79f5b472447407f905df15
2019-10-13 12:03:25 -04:00
John Sully
2a2225d150
Initial prototype of EXPIREMEMBER command
...
Former-commit-id: 0b3d74ea67d616a6869cbd66198c8dd7ffa72eb7
2019-07-23 18:53:58 -04:00
antirez
ad78b50f62
Update help.h for redis-cli.
2018-10-17 12:57:21 +02:00
Mustafa Paltun
6d0acb330a
Update help.h
2018-06-27 16:33:31 +03:00
antirez
2268d7e5dd
redis-cli inline help updated.
2018-06-07 18:53:00 +02:00
antirez
cd8e688226
redis-cli help.h updated.
2016-06-14 14:45:28 +02:00
antirez
70b3314141
redis-cli help.h updated.
2016-04-13 12:35:18 +02:00
antirez
f3dd472e97
Update redis-cli help and the script to generate it.
2015-11-17 15:38:34 +01:00
Alon Diamant
288028876f
Added <count> parameter to SPOP:
...
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
2014-12-14 12:25:42 +02:00
antirez
20c040d364
redis-cli help.h updated.
2014-04-22 16:14:38 +02:00
antirez
25e049cc68
redis-cli: help.h updated.
2013-05-14 11:23:16 +02:00
antirez
08a4f12e76
help.h update (adds bitop, bitcount, evalsha...)
2012-10-30 18:57:20 +01:00
antirez
841048f2c8
redis-cli commands description in help.h updated.
2012-04-27 15:57:27 +02:00
antirez
1ad4d50805
redis-cli help.h updated. Script to generate it updated as well.
2012-04-03 15:30:33 +02:00
antirez
6418b4c790
help.h updated
2010-12-15 17:39:40 +01:00
Pieter Noordhuis
a2a69d5803
Refactor help-related code into redis-cli.c
2010-11-28 21:37:19 +01:00
Pieter Noordhuis
50d0e82d54
Update help.h generator script to output man-style argument list
2010-11-28 17:45:58 +01:00
Tj Holowaychuk
5397f2b596
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