October 2018
Intermediate to advanced
982 pages
23h 29m
English
Let's look at some important commands we would need:
SET "user:id:10" "joe"
The return of the command should be OK. It indicates the instruction has been executed with success.
GET "user:id:10"
As we can see, the return of that command should be joe.
SET "users" "0" INCR "users" GET "users"
As we can see, the INCR command ...
Read now
Unlock full access