README operations -> commands, is more clear now #2.

This commit is contained in:
antirez 2015-11-04 12:51:45 +01:00
parent b9fb24014a
commit 73510f4e38

View File

@ -355,8 +355,8 @@ db.c
--- ---
Certain Redis commands 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 Examples of generic commands are `DEL` and `EXPIRE`. They operate on keys
and not on their values specifically. All those generic operations are and not on their values specifically. All those generic commands are
defined inside `db.c`. defined inside `db.c`.
Moreover `db.c` implements an API in order to perform certain operations Moreover `db.c` implements an API in order to perform certain operations