summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-11-04 12:50:32 +0100
committerantirez <antirez@gmail.com>2015-11-04 12:50:32 +0100
commitb9fb24014af9e96d0af43042799947254b55d6a6 (patch)
tree9a62c60f447e8e2048d9a7edce0bdbe811ab7731 /README.md
parent8badf160b66d84b6eb16dea80ce2b3d1f265091a (diff)
downloadredis-b9fb24014af9e96d0af43042799947254b55d6a6.tar.gz
README operations -> commands, is more clear now.
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 6a227120a..b16a581df 100644
--- a/README.md
+++ b/README.md
@@ -354,7 +354,7 @@ the functions that in turn will write the commands into the AOF.
db.c
---
-Certain Redis operations operate on specific data types, others are general.
+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
defined inside `db.c`.