From b9fb24014af9e96d0af43042799947254b55d6a6 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 4 Nov 2015 12:50:32 +0100 Subject: [PATCH] README operations -> commands, is more clear now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- GitLab