Skip to content

tarun388/Jredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jredis

Java implementation of redis. Started this project after reading through the challenge Build Your Own Redis Server

RESP support

Jredis supports very basic RESP protocol to communicate with client over TCP connection. Server expects expects an array of RESP bulk strings per request.

How to build

mvn clean install

How to Run

Start Jredis server on localhost port 6379

java -jar target/jredis-1.0-SNAPSHOT.jar

Redis benchmark

$ redis-benchmark -t SET,GET -q
    WARNING: Could not fetch server CONFIG
    SET: 12084.59 requests per second, p50=3.703 msec                   
    GET: 17376.19 requests per second, p50=2.703 msec                   

About

Java implementation of redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages