CONNECT
Fleare CLI is a command-line client designed for communicating with a Fleare in-memory server
STATUS
The STATUS command is used to retrieve the current state of the server
PING
Sends a PING command to the server and receives a PONG response.
SESSION
The SESSION command returns the current session information
SET
The SET command is used to store a key-value pair in the database.
GET
The GET command retrieves the value associated with a given key from the in-memory database.
EXISTS
The EXISTS command is used to verify the existence of one or more keys in the database.
DELETE
Deletes a key and its associated value from the database.
String Commands
TTL Commands
Number Commands
List Commands
JSON Commands
MAP Commands