X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/32c3a426a6f0b4f99e46dfb805dbca522bce7f8a..8c096b16a1ab942413020c91138398d8a23bd64e:/doc/MgetCommand.html diff --git a/doc/MgetCommand.html b/doc/MgetCommand.html index 0e8120f2..0c716907 100644 --- a/doc/MgetCommand.html +++ b/doc/MgetCommand.html @@ -16,7 +16,7 @@
Get the values of all the specified keys. If one or more keys dont existor is not of type String, a 'nil' value is returned instead of the valueof the specified key, but the operation never fails.
$ ./redis-cli set foo 1000 @@ -41,8 +41,8 @@ $ ./redis-cli mget foo bar nokey 2. 2000 3. (nil) $ -