Skip to content

A Redis proxy written in Java, powered by Java 18 and async Lettuce.

Notifications You must be signed in to change notification settings

MichaelScofield/JRedisProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • Use -XX:+UseAppCDS to increase bootstrapping speed.
  • Integrate with Java Flight Recorder(JFR)
  • Use G1GC's -XX:+UseNUMA
  • Implement Redis transaction.
  • Implement Redis pubsub.
  • Implement Redis LUA & Function.
  • Fully implement ALL Redis commands.
  • Implement RedisproxyAsyncClusterServer for RedisCluster.
  • Using MethodHandle in CommandProcessor instead of method reflection.

About

A Redis proxy written in Java, powered by Java 18 and async Lettuce.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published