redicks

Crates.ioredicks
lib.rsredicks
version0.2.1
created_at2025-12-28 23:00:37.90614+00
updated_at2026-01-05 02:22:48.524065+00
descriptionBare bones Redis clone built for learning
homepage
repository
max_upload_size
id2009536
size33,699
(AlanTruu)

documentation

README

REDICKS

Redicks is a clone of Redis built for learning. The main binary is the server that listens to connections from clients. The cli binary is a command line interface for interacting with the server through the command line.

To interface with the server in code, create an RClient type using RClient::connect(port), where port is a string representing where the client should connect to (127.0.0.1:6379).

Supported Comands

Supported functions with the cli and RClient type include: GET, SET, LAPPEND, SUBSCRIBE, UNSUBSCRIBE, and PUBLISH.

Commit count: 0

cargo fmt