X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..46834808fe31e7cbf08d6c9f7638a54c5c8bff8a:/doc/GetCommand.html diff --git a/doc/GetCommand.html b/doc/GetCommand.html index 50d6bf34..69083552 100644 --- a/doc/GetCommand.html +++ b/doc/GetCommand.html @@ -16,7 +16,7 @@
Get the value of the specified key. If the keydoes not exist the special value 'nil' is returned.If the value stored at key is not a string an erroris returned because GET can only handle string values.-