first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- List all keys in the database
|
||||
- `redis -h <IP> --scan *`
|
||||
- Get value of a given key
|
||||
- `redis -h <IP> get <key_name>`
|
||||
- Set value of a given key
|
||||
- `redis -h 10.59.12.47 set <key> <value>`
|
||||
Reference in New Issue
Block a user