Commit b9fb2401 authored by antirez's avatar antirez
Browse files

README operations -> commands, is more clear now.

parent 8badf160
...@@ -354,7 +354,7 @@ the functions that in turn will write the commands into the AOF. ...@@ -354,7 +354,7 @@ the functions that in turn will write the commands into the AOF.
db.c 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 Examples of general operations 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 operations are
defined inside `db.c`. defined inside `db.c`.
......
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