Unsafe

dev.profunktor.redis4cats.algebra.Unsafe
trait Unsafe[F[_], K, V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait StringCommands[F, K, V]
trait RedisCommands[F, K, V]

Members list

Value members

Abstract methods

def unsafe[A](f: RedisClusterAsyncCommands[K, V] => RedisFuture[A]): F[A]

USE WITH CAUTION! It gives you access to the underlying Java API.

USE WITH CAUTION! It gives you access to the underlying Java API.

Useful whenever Redis4cats does not yet support the operation you're looking for.

Attributes

def unsafeSync[A](f: RedisClusterAsyncCommands[K, V] => A): F[A]

USE WITH CAUTION! It gives you access to the underlying Java API.

USE WITH CAUTION! It gives you access to the underlying Java API.

Useful whenever Redis4cats does not yet support the operation you're looking for.

Attributes