Class ConnectionPool

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public class ConnectionPool
    extends Pool<Connection>
    Deprecated.
    ConnectionPool is not supported in the GLIDE compatibility layer. Use JedisPool for connection pooling instead. See Migration guide for more details.
    ConnectionPool compatibility stub for Valkey GLIDE wrapper.
    • Constructor Detail

      • ConnectionPool

        public ConnectionPool()
        Deprecated.
    • Method Detail

      • getResource

        public Connection getResource()
        Deprecated.
        Description copied from class: Pool
        Get a resource from the pool.
        Overrides:
        getResource in class Pool<Connection>
        Returns:
        a resource from the pool