Skip to content

Using this with JetBrains DataGrip #24

@skyzyx

Description

@skyzyx

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions