JDBC driver?
#1589
Replies: 1 comment
-
There is a driver for valkey But it isn't a JDBC - as valkey is not a relational database... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Valkey is new enough that there aren't many GUI clients available. The only one I've found which works is JetBrains DataGrip. It requires the Redis JDBC driver, disabling connection verification, and is limited to Redis 7.2.x.
Are there plans to release a JDBC driver for Valkey 8?
I am not a Java developer, but I am a developer. I've reviewed the GLIDE code, so it seems like a JDBC driver would be possible to produce.
If there is already one which exists, I'd love any pointers as I cannot find one.
Beta Was this translation helpful? Give feedback.
All reactions