An open API service indexing awesome lists of open source software.

https://github.com/michaelscofield/jredisproxy

A Redis proxy written in Java, powered by Java 18 and async Lettuce.
https://github.com/michaelscofield/jredisproxy

java proxy redis

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.