Skip to content

Client for "A minimalistic presistable LRU cache using Java"

Notifications You must be signed in to change notification settings

arman-yekkehkhani/simple-redis-client

Repository files navigation

simple-redis-client

This is the client side project for simple-redis-client.

How to run

Please run the following command in your terminal to start an instance of simple-redis-client:

cd $PROJECT_DIR
./gradlew startClient --console=plain

Expected output

Here, a simple interaction with the client app is shown:

Simple Redis CLI
>>> set 1
ERROR: SET command accepts exactly two input params(1 provided).
>>> set 1 3
Inserted new mapping: (1-3)
>>> select 2
Current DB: 2

Supported Commands

About

Client for "A minimalistic presistable LRU cache using Java"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages