JokerDB🃏 is a Redis clone implemented in Golang. This project aims to provide a simplified version of Redis functionalities using the Go programming language.
- Key-Value Store: A basic key-value store inspired by Redis.
- In-Memory Database: Data is stored in-memory for simplicity.
- Support for Data Types: String
- Command-Line Interface (CLI): Interact with JokerDB🃏 through a command-line interface.
- Go (version 1.20.3)
-
Clone the repository:
git clone https://github.com/0x4E43/jokerdb.git cd jokerdb -
Build the project:
go build
-
Run JokerDB🃏:
./jokerdb
How to use JokerDB🃏. Include examples of commands, interactions, and any important usage details.
# Example commands
jokerdb SET mykey "Hello"
jokerdb GET mykey