com.himadieiev.redpulsar.lettuce.abstracts.LettuceUnified.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redpulsar-lettuce Show documentation
Show all versions of redpulsar-lettuce Show documentation
RedPulsar Distributed locks and utilities for Redis with Lettuce client
The newest version!
package com.himadieiev.redpulsar.lettuce.abstracts
import io.lettuce.core.cluster.api.sync.RedisClusterCommands
interface LettuceUnified {
fun sync(consumer: (sync: RedisClusterCommands) -> R): R
}