mirror of https://github.com/ledisdb/ledisdb.git
update doc
This commit is contained in:
parent
0bea967266
commit
38355c59f7
|
@ -869,7 +869,7 @@ ledis> HPERSIST not_exists_key
|
||||||
|
|
||||||
Iterate Hash keys incrementally.
|
Iterate Hash keys incrementally.
|
||||||
|
|
||||||
See `SCAN` for more information.
|
See [Scan](#scan-key-match-match-count-count) for more information.
|
||||||
|
|
||||||
## List
|
## List
|
||||||
|
|
||||||
|
@ -1166,7 +1166,7 @@ ledis> LPERSIST b
|
||||||
|
|
||||||
Iterate list keys incrementally.
|
Iterate list keys incrementally.
|
||||||
|
|
||||||
See `SCAN` for more information.
|
See [Scan](#scan-key-match-match-count-count) for more information.
|
||||||
|
|
||||||
|
|
||||||
## Set
|
## Set
|
||||||
|
@ -1594,7 +1594,7 @@ ledis> STTL key
|
||||||
|
|
||||||
Iterate Set keys incrementally.
|
Iterate Set keys incrementally.
|
||||||
|
|
||||||
See `SCAN` for more information.
|
See [Scan](#scan-key-match-match-count-count) for more information.
|
||||||
|
|
||||||
|
|
||||||
## ZSet
|
## ZSet
|
||||||
|
@ -2220,7 +2220,7 @@ ledis> ZRANGE out 0 -1 WITHSCORES
|
||||||
|
|
||||||
Iterate ZSet keys incrementally.
|
Iterate ZSet keys incrementally.
|
||||||
|
|
||||||
See `SCAN` for more information.
|
See [Scan](#scan-key-match-match-count-count) for more information.
|
||||||
|
|
||||||
|
|
||||||
## Bitmap
|
## Bitmap
|
||||||
|
@ -2386,7 +2386,7 @@ ledis> BCOUNT flag 5 6
|
||||||
|
|
||||||
Iterate Bitmap keys incrementally.
|
Iterate Bitmap keys incrementally.
|
||||||
|
|
||||||
See `SCAN` for more information.
|
See [Scan](#scan-key-match-match-count-count) for more information.
|
||||||
|
|
||||||
|
|
||||||
## Replication
|
## Replication
|
||||||
|
|
Loading…
Reference in New Issue