JRedisProxy

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

Stars
4

TODO

  • Use -XX:+UseAppCDS to increase bootstrapping speed.
  • Integrate with Java Flight RecorderJFR
  • 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.
Related Projects