Module lettuce.core

Package io.lettuce.core.api

Standalone Redis connection API.
  • Interface Summary
    Interface Description
    StatefulConnection<K,​V>
    A stateful connection providing command dispatching, timeouts and open/close methods.
    StatefulRedisConnection<K,​V>
    A thread-safe connection to a redis server.