summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-11-04 12:51:45 +0100
committerantirez <antirez@gmail.com>2015-11-04 12:51:45 +0100
commit73510f4e3802d4ed5a398e606396110c6ae2f2d9 (patch)
treeb231727801a71b9db92ddb1165e13701e33746bf /README.md
parentb9fb24014af9e96d0af43042799947254b55d6a6 (diff)
downloadredis-73510f4e3802d4ed5a398e606396110c6ae2f2d9.tar.gz
README operations -> commands, is more clear now #2.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b16a581df..f20ad67fd 100644
--- a/README.md
+++ b/README.md
@@ -355,8 +355,8 @@ db.c
---
Certain Redis commands operate on specific data types, others are general.
-Examples of general operations are `DEL` and `EXPIRE`. They operate on keys
-and not on their values specifically. All those generic operations are
+Examples of generic commands are `DEL` and `EXPIRE`. They operate on keys
+and not on their values specifically. All those generic commands are
defined inside `db.c`.
Moreover `db.c` implements an API in order to perform certain operations