From 38355c59f7567b411e68809485030e17b495fc14 Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 28 Aug 2014 16:07:48 +0800 Subject: [PATCH] update doc --- doc/commands.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/commands.md b/doc/commands.md index 535602d..fe5437f 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -869,7 +869,7 @@ ledis> HPERSIST not_exists_key Iterate Hash keys incrementally. -See `SCAN` for more information. +See [Scan](#scan-key-match-match-count-count) for more information. ## List @@ -1166,7 +1166,7 @@ ledis> LPERSIST b Iterate list keys incrementally. -See `SCAN` for more information. +See [Scan](#scan-key-match-match-count-count) for more information. ## Set @@ -1594,7 +1594,7 @@ ledis> STTL key Iterate Set keys incrementally. -See `SCAN` for more information. +See [Scan](#scan-key-match-match-count-count) for more information. ## ZSet @@ -2220,7 +2220,7 @@ ledis> ZRANGE out 0 -1 WITHSCORES Iterate ZSet keys incrementally. -See `SCAN` for more information. +See [Scan](#scan-key-match-match-count-count) for more information. ## Bitmap @@ -2386,7 +2386,7 @@ ledis> BCOUNT flag 5 6 Iterate Bitmap keys incrementally. -See `SCAN` for more information. +See [Scan](#scan-key-match-match-count-count) for more information. ## Replication