README operations -> commands, is more clear now #2.
This commit is contained in:
parent
b9fb24014a
commit
73510f4e38
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user