See the Usage Guide for installation, connecting, and a walkthrough of common operations.
| Command | Description |
|---|---|
| PING | Test server liveness |
| ECHO | Echo a message back |
| GET | Get the value of a key |
| SET | Set key to a string value with optional TTL |
| DEL | Delete one or more keys |
| EXPIRE | Set a TTL on an existing key (in seconds) |
| KEYS | Find keys matching a pattern |
| CONFIG | Read and modify server configuration |
| TYPE | Return the type of the value stored at a key |
| EXISTS | Check if one or more keys exist |
| TTL | Get remaining TTL of a key in seconds |
| PTTL | Get remaining TTL of a key in milliseconds |
