summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-11-04 12:52:37 +0100
committerantirez <antirez@gmail.com>2015-11-04 12:52:37 +0100
commit462026ceb74415752a15e0ce90c05b0331026071 (patch)
tree3710b6a3bf2d759636af7f626da181856098485a /README.md
parent73510f4e3802d4ed5a398e606396110c6ae2f2d9 (diff)
downloadredis-462026ceb74415752a15e0ce90c05b0331026071.tar.gz
README: remove garbage at end of line.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f20ad67fd..c7d45f46d 100644
--- a/README.md
+++ b/README.md
@@ -367,7 +367,7 @@ implementations are the following:
* `lookupKeyRead()` and `lookupKeyWrite()` are used in order to get a pointer to the value associated to a given key, or `NULL` if the key does not exist.
* `dbAdd()` and its higher level counterpart `setKey()` create a new key in a Redis database.
-* `dbDelete()` removes a key and its associated value.$a
+* `dbDelete()` removes a key and its associated value.
* `emptyDb()` removes an entire single database or all the databases defined.
The rest of the file implements the generic commands exposed to the client.