From 73510f4e3802d4ed5a398e606396110c6ae2f2d9 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 4 Nov 2015 12:51:45 +0100 Subject: README operations -> commands, is more clear now #2. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1