com.redis.api.RedisOps.scala Maven / Gradle / Ivy
package com.redis
package api
import akka.actor.ActorRef
private [redis] trait RedisOps extends StringOperations
with ListOperations
with SetOperations
with SortedSetOperations
with HashOperations
with HyperLogLogOperations
with KeyOperations
with ServerOperations
with EvalOperations
with ConnectionOperations
with TransactionOperations
with PubSubOperations {
def clientRef: ActorRef
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy