mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user