ScriptingCommandsF

trait ScriptingCommandsF[F[_], K, V]
class Object
trait Matchable
class Any
trait ScriptingCommands[F, K, V]
class RedisAsyncCommandsF[F, K, V]
trait ScriptingCommands[F, K, V]
class RedisSyncCommandsF[F, K, V]

Value members

Abstract methods

def scriptExists(digests: String*): F[Seq[Boolean]]
def scriptFlush(): F[String]
def scriptFlush(flushMode: FlushMode): F[String]
def scriptKill(): F[String]
def scriptLoad(script: String): F[String]
def scriptLoad(script: Array[Byte]): F[String]