Commit 73510f4e authored by antirez's avatar antirez
Browse files

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

parent b9fb2401
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment