-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I am NOT a Java developer. I am a technical end-user, trying to use Valkey from JetBrains DataGrip.
DataGrip has built-in support for Redis, including downloading Jedis as a "driver". I was able to use this functionality to connect to a local Docker container based on https://hub.docker.com/r/valkey/valkey, version 8. However it is now throwing an exception when updating my container to Valkey 9.
Since this project describes itself as a fork of Jedis, I am attempting to build a jar and tell DataGrip to use it as a replacement "driver". (Again, not a Java developer.)
mvn -DskipTests install
mvn -DskipTests packageFor Redis, DataGrip expects a class of jdbc.RedisDriver. Is there an equivalent for Valkey?
lewinskimaciej
Metadata
Metadata
Assignees
Labels
No labels