Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
append[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
final
def
asInstanceOf[T0]: T0
-
def
auth[F[_]](password: ByteString)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
def
bgrewriteaof[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
bgsave[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
bitcount[F[_]](key: ByteString, range: Option[(Long, Long)])(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
bitop[F[_]](operation: BitOperation)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
blpop[F[_]](keys: NonEmptyList[ByteString], timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[(ByteString, ByteString)]]
-
def
brpop[F[_]](keys: NonEmptyList[ByteString], timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[(ByteString, ByteString)]]
-
def
brpoplpush[F[_]](source: ByteString, destination: ByteString, timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]
-
def
clientgetname[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Option[ByteString]]
-
def
clientkill[F[_]](ip: ByteString, port: Int)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
clientlist[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seq[ByteString]]
-
def
clientsetname[F[_]](name: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
clone(): AnyRef
-
def
configget[F[_]](parameter: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seq[ByteString]]
-
def
configresetstat[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
configrewrite[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
configset[F[_]](parameter: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
implicit
val
connectionAlgebraFunctor: Functor[ConnectionAlgebra]
-
def
dbsize[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Short]
-
def
debugobject[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
debugsegfault[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
decr[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
decrby[F[_]](key: ByteString, decrement: Long)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
del[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Long]
-
def
dump[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ByteString]]
-
def
echo[F[_]](message: ByteString)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, ByteString]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
eval[F[_]](script: ByteString, keys: Seq[ByteString] = Nil, args: Seq[ByteString] = Nil)(implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, LuaResult]
-
def
evalsha[F[_]](sha1: ByteString, keys: Seq[ByteString] = Nil, args: Seq[ByteString] = Nil)(implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, LuaResult]
-
def
exists[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
expire[F[_]](key: ByteString, in: Seconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
expireat[F[_]](key: ByteString, at: Seconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
finalize(): Unit
-
def
flushall[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
flushdb[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
get[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Option[ByteString]]
-
final
def
getClass(): Class[_]
-
def
getbit[F[_]](key: ByteString, offset: Long)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Boolean]
-
def
getrange[F[_]](key: ByteString, start: Long, end: Long)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, ByteString]
-
def
getset[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Option[ByteString]]
-
implicit
val
hashAlgebraFunctor: Functor[HashAlgebra]
-
def
hashCode(): Int
-
def
hdel[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]
-
def
hexists[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]
-
def
hget[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Option[ByteString]]
-
def
hgetall[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[(ByteString, ByteString)]]
-
def
hincrby[F[_]](key: ByteString, field: ByteString, increment: Long)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]
-
def
hincrbyfloat[F[_]](key: ByteString, field: ByteString, increment: BigDecimal)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, BigDecimal]
-
def
hkeys[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]
-
def
hlen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]
-
def
hmget[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[Option[ByteString]]]
-
def
hmset[F[_]](key: ByteString, pairs: NonEmptyList[(ByteString, ByteString)])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Status]
-
def
hset[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]
-
def
hsetnx[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]
-
def
hvals[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]
-
def
incr[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
incrby[F[_]](key: ByteString, increment: Long)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
incrbyfloat[F[_]](key: ByteString, increment: BigDecimal)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, BigDecimal]
-
def
info[F[_]](section: Option[ByteString] = None)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, ByteString]
-
def
inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
val
keyAlgebraFunctor: Functor[KeyAlgebra]
-
def
keys[F[_]](pattern: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Seq[ByteString]]
-
def
lastsave[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seconds]
-
def
lindex[F[_]](key: ByteString, index: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]
-
def
linsert[F[_]](key: ByteString, position: Position, pivot: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[Long]]
-
implicit
val
listAlgebraFunctor: Functor[ListAlgebra]
-
def
llen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
lpop[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]
-
def
lpush[F[_]](key: ByteString, values: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
lpushx[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
lrange[F[_]](key: ByteString, start: Long, stop: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Seq[ByteString]]
-
def
lrem[F[_]](key: ByteString, count: Long, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
lset[F[_]](key: ByteString, index: Long, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Status]
-
def
ltrim[F[_]](key: ByteString, start: Long, stop: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Status]
-
def
match_[F[_], G[_], A](fa: Free[F, A])(implicit F: Functor[F], I: Inject[G, F]): Option[G[Free[F, A]]]
-
def
mget[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Seq[Option[ByteString]]]
-
def
migrate[F[_]](host: ByteString, port: Int, key: ByteString, timeout: Milliseconds, destination: Short, copy: Boolean = false, replace: Boolean = false)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]
-
def
monitor[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Stream[ByteString]]
-
def
move[F[_]](key: ByteString, db: Short)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
mset[F[_]](pairs: NonEmptyList[(ByteString, ByteString)])(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Status]
-
def
msetnx[F[_]](pairs: NonEmptyList[(ByteString, ByteString)])(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
object[F[_]](subcommand: ObjectSubcommand)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ObjectResult]]
-
def
persist[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
pexpire[F[_]](key: ByteString, in: Milliseconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
pexpireat[F[_]](key: ByteString, at: Milliseconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
ping[F[_]](implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
-
def
pttl[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[Milliseconds]]
-
def
quit[F[_]](implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
def
randomkey[F[_]](implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ByteString]]
-
def
rename[F[_]](key: ByteString, name: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]
-
def
renamenx[F[_]](key: ByteString, name: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]
-
def
restore[F[_]](key: ByteString, value: ByteString, ttl: Option[Milliseconds] = None)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]
-
def
rpop[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]
-
def
rpoplpush[F[_]](source: ByteString, destination: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]
-
def
rpush[F[_]](key: ByteString, values: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
rpushx[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]
-
def
sadd[F[_]](key: ByteString, members: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
def
save[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
scard[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
implicit
val
scriptAlgebraFunctor: Functor[ScriptAlgebra]
-
def
scriptexists[F[_]](scripts: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, NonEmptyList[Boolean]]
-
def
scriptflush[F[_]](implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, Status]
-
def
scriptkill[F[_]](implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, Status]
-
def
scriptload[F[_]](script: ByteString)(implicit arg0: Functor[F], I: Inject[ScriptAlgebra, F]): Free[F, Option[ByteString]]
-
def
sdiff[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, scala.collection.immutable.Set[ByteString]]
-
def
sdiffstore[F[_]](destination: ByteString, keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
def
select[F[_]](index: Short)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
implicit
val
serverAlgebraFunctor: Functor[ServerAlgebra]
-
def
set[F[_]](key: ByteString, value: ByteString, in: Option[\/[Seconds, Milliseconds]] = None, option: Option[SetOption] = None)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Boolean]
-
implicit
val
setAlgebraFunctor: Functor[SetAlgebra]
-
def
setbit[F[_]](key: ByteString, offset: Long, value: Boolean)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
-
def
setnx[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Boolean]
-
def
setrange[F[_]](key: ByteString, offset: Long, value: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
shutdown[F[_]](save: Option[Boolean] = None)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
def
sinter[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, scala.collection.immutable.Set[ByteString]]
-
def
sinterstore[F[_]](destination: ByteString, keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
def
sismember[F[_]](key: ByteString, member: ByteString)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Boolean]
-
def
slaveof[F[_]](master: Master)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]
-
-
def
smembers[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, scala.collection.immutable.Set[ByteString]]
-
def
smove[F[_]](source: ByteString, destination: ByteString, member: ByteString)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Boolean]
-
def
sort[F[_]](key: ByteString, by: Option[By] = None, limit: Option[Limit] = None, get: Seq[ByteString] = Nil, order: Order = Asc, alpha: Boolean = false, store: Option[ByteString] = None)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, \/[Seq[ByteString], Long]]
-
def
spop[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Option[ByteString]]
-
def
srandmember[F[_]](key: ByteString, count: Option[Long] = None)(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, scala.collection.immutable.Set[ByteString]]
-
def
srem[F[_]](key: ByteString, members: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
implicit
val
stringAlgebraFunctor: Functor[StringAlgebra]
-
def
strlen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[StringAlgebra, F]): Free[F, Long]
-
def
sunion[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, scala.collection.immutable.Set[ByteString]]
-
def
sunionstore[F[_]](destination: ByteString, keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[SetAlgebra, F]): Free[F, Long]
-
def
sync[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
time[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, (Seconds, Microseconds)]
-
def
toString(): String
-
def
ttl[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[Seconds]]
-
def
type[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[data.Type]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zadd[F[_]](key: ByteString, pairs: NonEmptyList[(Double, ByteString)])(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zcard[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zcount[F[_]](key: ByteString, min: Endpoint, max: Endpoint)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zincrby[F[_]](key: ByteString, increment: Double, member: ByteString)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Double]
-
def
zinterstore[F[_]](destination: ByteString, keys: NonEmptyList[ByteString], weights: Option[NonEmptyList[Double]] = None, aggregate: Aggregate = Sum)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zrange[F[_]](key: ByteString, start: Long, stop: Long, withScores: Boolean = false)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Seq[(ByteString, Option[Double])]]
-
def
zrangebyscore[F[_]](key: ByteString, min: Endpoint, max: Endpoint, withScores: Boolean = false, limit: Option[Limit] = None)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Seq[(ByteString, Option[Double])]]
-
def
zrank[F[_]](key: ByteString, member: ByteString)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Option[Long]]
-
def
zrem[F[_]](key: ByteString, members: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zremrangebyrank[F[_]](key: ByteString, start: Long, stop: Long)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zremrangebyscore[F[_]](key: ByteString, start: Endpoint, stop: Endpoint)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
-
def
zrevrange[F[_]](key: ByteString, start: Long, stop: Long, withScores: Boolean = false)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Seq[(ByteString, Option[Double])]]
-
def
zrevrangebyscore[F[_]](key: ByteString, min: Endpoint, max: Endpoint, withScores: Boolean = false, limit: Option[Limit] = None)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Seq[(ByteString, Option[Double])]]
-
def
zrevrank[F[_]](key: ByteString, member: ByteString)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Option[Long]]
-
def
zscore[F[_]](key: ByteString, member: ByteString)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Option[Double]]
-
implicit
val
zsetAlgebraFunctor: Functor[ZSetAlgebra]
-
def
zunionstore[F[_]](destination: ByteString, keys: NonEmptyList[ByteString], weights: Option[NonEmptyList[Double]] = None, aggregate: Aggregate = Sum)(implicit arg0: Functor[F], I: Inject[ZSetAlgebra, F]): Free[F, Long]
Inherited from InjectFunctions
Inherited from AnyRef
Inherited from Any