Skip to content

A toy Redis client based on Reactor Netty that I built for fun.

Notifications You must be signed in to change notification settings

n-miles/redis-netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a toy

Do not use this in a production situation. I haven't even tested this more than what you see here.

If this kills your Redis server, I'm not going to help you.

Redis Netty

This is a Redis client based on Reactor Netty. I made this as an experiment because I wanted to write a Redis parser, and the best way to test the parser was to hook it up to a real Redis, send it commands, and parse the output, so here we are.

About

A toy Redis client based on Reactor Netty that I built for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages