All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.himadieiev.redpulsar.lettuce.abstracts.LettuceUnified.kt Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy