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.
- Host: GitHub
- URL: https://github.com/michaelscofield/jredisproxy
- Owner: MichaelScofield
- Created: 2022-03-09T16:09:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T15:18:33.000Z (about 4 years ago)
- Last Synced: 2025-03-28T06:01:34.208Z (over 1 year ago)
- Topics: java, proxy, redis
- Language: Java
- Homepage:
- Size: 219 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.