Skip to content

Support 'redis', 'rediss', 'valkey', and 'valkeys' as Protocols in URIs #11

@ungerts

Description

@ungerts

Description

The Jedis client fork for Valkey should support the following protocols in URIs:

  • redis (standard Redis connection)
  • rediss (secure Redis connection)
  • valkey (standard Valkey connection)
  • valkeys (secure Valkey connection)

Any other protocol should be explicitly disallowed to ensure consistency and prevent unexpected behavior.
Expected Behavior.

  • When a URI with redis://, rediss://, valkey://, or valkeys:// is provided, the client should correctly parse and establish a connection.

Supporting valkey and valkeys ensures proper integration with Valkey while maintaining backward compatibility with Redis-based URIs.

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