fix param error

This commit is contained in:
holys 2014-07-08 22:05:50 +08:00
parent 37954f5ba9
commit 7f6cb9a52f
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Table of Contents
- [RPOP key](#rpop-keuser-content-y)
- [RPUSH key value [value ...]](#rpush-key-value-value-)
- [LCLEAR key](#lclear-key)
- [LMCLEAR key [key...]](#lmclear-key-key)
- [LMCLEAR key [key...]](#lmclear-key-key-)
- [LEXPIRE key seconds](#lexpire-key-seconds)
- [LEXPIREAT key timestamp](#lexpireat-key-timestamp)
- [LTTL key](#lttl-key)
@ -955,7 +955,7 @@ ledis> LLEN a
(integer) 0
```
### LMCLEAR key
### LMCLEAR key [key ...]
Delete multiple keys from list