LinKv

com.bilalfazlani.zioMaelstrom.LinKv
See theLinKv companion object
trait LinKv

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def cas[Key : JsonEncoder, Value : JsonEncoder](key: Key, from: Value, to: Value, createIfNotExists: Boolean, timeout: Duration): ZIO[Any, AskError, Unit]

Attributes

Inherited from:
KvService (hidden)
def read[Key : JsonEncoder, Value : JsonDecoder](key: Key, timeout: Duration): ZIO[Any, AskError, Value]

Attributes

Inherited from:
KvService (hidden)
def write[Key : JsonEncoder, Value : JsonEncoder](key: Key, value: Value, timeout: Duration): ZIO[Any, AskError, Unit]

Attributes

Inherited from:
KvService (hidden)