Interface RedisClient

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
LettuceRedisClient

public interface RedisClient extends AutoCloseable
Abstract interface for Redis operations used by the Redis extension.

This interface abstracts the underlying Redis client library (Lettuce, Jedis, etc.) to allow different implementations and easier testing.

Implementations must be thread-safe.