From 7f6cb9a52f37005ca852f48d2570517134b6bbde Mon Sep 17 00:00:00 2001 From: holys Date: Tue, 8 Jul 2014 22:05:50 +0800 Subject: [PATCH] fix param error --- doc/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/commands.md b/doc/commands.md index 80fab77..90d7199 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -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