Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
73510f4e
Commit
73510f4e
authored
Nov 04, 2015
by
antirez
Browse files
README operations -> commands, is more clear now #2.
parent
b9fb2401
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
73510f4e
...
@@ -355,8 +355,8 @@ db.c
...
@@ -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 gener
al operation
s are
`DEL`
and
`EXPIRE`
. They operate on keys
Examples of gener
ic command
s are
`DEL`
and
`EXPIRE`
. They operate on keys
and not on their values specifically. All those generic
operation
s are
and not on their values specifically. All those generic
command
s 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment