valkey-java icon indicating copy to clipboard operation
valkey-java copied to clipboard

Using this with JetBrains DataGrip

Open skyzyx opened this issue 2 months ago • 0 comments

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 package

For Redis, DataGrip expects a class of jdbc.RedisDriver. Is there an equivalent for Valkey?

skyzyx avatar Oct 30 '25 20:10 skyzyx