GopherStore

GitHub

SET

Set a key-value pair with optional expiration and conditions

GET

Retrieve the value of a key

DELETE (DEL)

Delete one or more keys

LPUSH

Push values to the front of a list

RPUSH

Push values to the back of a list

LPOP

Pop a value from the front of a list

RPOP

Pop a value from the back of a list

LLEN

Get the length of a list

LRANGE

Get a range of elements from a list

Use -1 for end to get all elements from start

EXPIRE

Set a timeout on a key

Response

Waiting for command execution...