antirez
56f53f7b3c
HSCAN/ZSCAN: skip value when matching.
...
This fixes issue #1360 and #1362 .
2013-11-05 12:16:29 +01:00
antirez
f56f78d159
HSCAN/ZSCAN: skip value when matching.
...
This fixes issue #1360 and #1362 .
2013-11-05 12:16:29 +01:00
antirez
f6738923a6
Cluster: initialize senderConfigEpoch and senderCurrentEpoch for warnings suppression.
2013-11-05 12:01:07 +01:00
antirez
1a0cea33a0
Cluster: initialize senderConfigEpoch and senderCurrentEpoch for warnings suppression.
2013-11-05 12:01:07 +01:00
antirez
522549729f
Pass int64_t to intsetGet() instead of long long.
2013-11-05 11:57:30 +01:00
antirez
eb95d28898
Pass int64_t to intsetGet() instead of long long.
2013-11-05 11:57:30 +01:00
antirez
865d3b0f33
removed not used vars in dictScan().
2013-11-05 11:56:11 +01:00
antirez
20fb91fd31
removed not used vars in dictScan().
2013-11-05 11:56:11 +01:00
antirez
e1a469d3b0
Initial support for --replicas in redis-trib.
2013-11-05 11:24:24 +01:00
antirez
6cf230ea91
Initial support for --replicas in redis-trib.
2013-11-05 11:24:24 +01:00
antirez
653347d253
Inverted variable boolean value and name after scanGenericCommand() refactoring.
2013-10-31 10:35:56 +01:00
antirez
c4ca5f99bf
Inverted variable boolean value and name after scanGenericCommand() refactoring.
2013-10-31 10:35:56 +01:00
antirez
34e471e748
scanGenericCommand() refactoring and handling of integer encoded elements.
...
This commit fixes issue #1354 .
2013-10-31 10:32:39 +01:00
antirez
8fc85a1218
scanGenericCommand() refactoring and handling of integer encoded elements.
...
This commit fixes issue #1354 .
2013-10-31 10:32:39 +01:00
antirez
af411f4c92
redis-benchmark: update help for new __rand_int__ form.
2013-10-28 18:13:42 +01:00
antirez
3c7a0677b0
redis-benchmark: update help for new __rand_int__ form.
2013-10-28 18:13:42 +01:00
antirez
e23fa0ec99
Aesthetic fix (missing space) into HSCAN and ZSCAN implementations.
...
Thanks to @badboy for reporting.
2013-10-28 13:20:11 +01:00
antirez
9b2d44e63f
Aesthetic fix (missing space) into HSCAN and ZSCAN implementations.
...
Thanks to @badboy for reporting.
2013-10-28 13:20:11 +01:00
antirez
b2618c6cdb
ZSCAN implemented.
2013-10-28 11:36:42 +01:00
antirez
2c643ffa8d
ZSCAN implemented.
2013-10-28 11:36:42 +01:00
antirez
6618167a9f
HSCAN implemented.
2013-10-28 11:35:26 +01:00
antirez
e50090aa06
HSCAN implemented.
2013-10-28 11:35:26 +01:00
antirez
e96ffac563
SSCAN implemented.
2013-10-28 11:17:32 +01:00
antirez
4a1f1cc0d7
SSCAN implemented.
2013-10-28 11:17:32 +01:00
antirez
99efa37a6b
dictScan(): empty hash table requires special handling.
2013-10-28 11:17:18 +01:00
antirez
dfeaa84d46
dictScan(): empty hash table requires special handling.
2013-10-28 11:17:18 +01:00
antirez
e74c235567
SCAN is a random command and does not require output sorting.
...
Sorting the output helps when we want to turn a non-deterministic into a
deterministic command, in that case this is not possible.
2013-10-28 11:13:43 +01:00
antirez
cd8cb49dc4
SCAN is a random command and does not require output sorting.
...
Sorting the output helps when we want to turn a non-deterministic into a
deterministic command, in that case this is not possible.
2013-10-28 11:13:43 +01:00
antirez
0685c1ca13
SCAN: refactored into scanGenericCommand.
...
The new implementation is capable of iterating the keyspace but also
sets, hashes, and sorted sets, and can be used to implement SSCAN, ZSCAN
and HSCAN.
2013-10-28 11:11:34 +01:00
antirez
442ae833b2
SCAN: refactored into scanGenericCommand.
...
The new implementation is capable of iterating the keyspace but also
sets, hashes, and sorted sets, and can be used to implement SSCAN, ZSCAN
and HSCAN.
2013-10-28 11:11:34 +01:00
antirez
f86c07df30
Fixed typos in dictScan() comment.
2013-10-25 17:05:55 +02:00
antirez
7bd45659b9
Fixed typos in dictScan() comment.
2013-10-25 17:05:55 +02:00
antirez
817e6766aa
dictScan() algorithm documented.
2013-10-25 17:01:30 +02:00
antirez
34c207227c
dictScan() algorithm documented.
2013-10-25 17:01:30 +02:00
antirez
eda292a7fa
SCAN: stay inside 80 cols.
2013-10-25 12:01:49 +02:00
antirez
48ea8a0a11
SCAN: stay inside 80 cols.
2013-10-25 12:01:49 +02:00
antirez
fe0ffe6a1c
Revert "Fixed typo in SCAN comment. iff -> if."
...
Probably here Pieter means "if and only if".
This reverts commit 0a970b93e911c0ece1fa2551ade71e122d8c01e1.
2013-10-25 12:00:13 +02:00
antirez
df13adb037
Revert "Fixed typo in SCAN comment. iff -> if."
...
Probably here Pieter means "if and only if".
This reverts commit 43fdf3b404413f6e3b2c39ac491238c70ecee81c.
2013-10-25 12:00:13 +02:00
antirez
7bd87839c1
SCAN: simplify keys list cleanup using listSetFreeMethod().
2013-10-25 11:58:03 +02:00
antirez
a25fe0b28d
SCAN: simplify keys list cleanup using listSetFreeMethod().
2013-10-25 11:58:03 +02:00
antirez
6f69128751
SCAN: improve variable names for readability.
2013-10-25 11:54:45 +02:00
antirez
fd1b0ad07c
SCAN: improve variable names for readability.
2013-10-25 11:54:45 +02:00
antirez
6bff0f3cb6
SCAN: remove additional newlines to conform to Redis code base.
2013-10-25 11:51:08 +02:00
antirez
908eba5a8f
SCAN: remove additional newlines to conform to Redis code base.
2013-10-25 11:51:08 +02:00
antirez
32b555c5fb
SCAN: remove useless assertion, already enforced by command table.
2013-10-25 11:49:08 +02:00
antirez
6e55e543c6
SCAN: remove useless assertion, already enforced by command table.
2013-10-25 11:49:08 +02:00
antirez
6874fcc216
SCAN: use define REDIS_LONGSTR_SIZE instead of fixed len.
2013-10-25 11:48:18 +02:00
antirez
64722b0946
SCAN: use define REDIS_LONGSTR_SIZE instead of fixed len.
2013-10-25 11:48:18 +02:00
antirez
0a970b93e9
Fixed typo in SCAN comment. iff -> if.
2013-10-25 11:46:02 +02:00
antirez
43fdf3b404
Fixed typo in SCAN comment. iff -> if.
2013-10-25 11:46:02 +02:00