trait NodeKeysApi extends KeyedKeysApi with ApiSubset
- Alphabetic
- By Inheritance
- NodeKeysApi
- KeyedKeysApi
- ApiSubset
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Field = RedisSerialization.Field
- Definition Classes
- ApiSubset
-
type
Key = RedisSerialization.Key
- Definition Classes
- ApiSubset
-
type
Record = RedisSerialization.Record
- Definition Classes
- ApiSubset
-
abstract
type
Result[A]
The type constructor into which a result of each command is wrapped.
-
type
Value = RedisSerialization.Value
- Definition Classes
- ApiSubset
Abstract Value Members
-
abstract
def
execute[A](command: RedisCommand[A]): Result[A]
- Definition Classes
- ApiSubset
-
abstract
val
serialization: RedisSerialization
- Definition Classes
- ApiSubset
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
del(keys: Iterable[Key]): Result[Int]
Executes DEL or simply returns 0 if
keys
is empty, without sending the command to RedisExecutes DEL or simply returns 0 if
keys
is empty, without sending the command to Redis- Definition Classes
- KeyedKeysApi
-
def
del(key: Key, keys: Key*): Result[Int]
Executes DEL
Executes DEL
- Definition Classes
- KeyedKeysApi
-
def
del(key: Key): Result[Boolean]
Executes DEL
Executes DEL
- Definition Classes
- KeyedKeysApi
-
def
dump(key: Key): Result[commons.Opt[Dumped]]
Executes DUMP
Executes DUMP
- Definition Classes
- KeyedKeysApi
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(keys: Iterable[Key]): Result[Int]
Executes EXISTS or simply returns 0 when
keys
is empty, without sending the command to RedisExecutes EXISTS or simply returns 0 when
keys
is empty, without sending the command to Redis- Definition Classes
- KeyedKeysApi
-
def
exists(key: Key, keys: Key*): Result[Int]
Executes EXISTS
Executes EXISTS
- Definition Classes
- KeyedKeysApi
-
def
exists(key: Key): Result[Boolean]
Executes EXISTS
Executes EXISTS
- Definition Classes
- KeyedKeysApi
-
def
expire(key: Key, seconds: Long): Result[Boolean]
Executes EXPIRE
Executes EXPIRE
- Definition Classes
- KeyedKeysApi
-
def
expireat(key: Key, timestamp: Long): Result[Boolean]
Executes EXPIREAT
Executes EXPIREAT
- Definition Classes
- KeyedKeysApi
-
implicit final
def
fieldCodec: RedisDataCodec[Field]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
def
headOps[T](head: T): HeadOps[T]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
iterableTailOps[T](tail: Iterable[T]): IterableTailOps[T]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
implicit
def
iteratorTailOps[T](tail: Iterator[T]): IteratorTailOps[T]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
implicit final
def
keyCodec: RedisDataCodec[Key]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
def
keys(pattern: Key): Result[commons.BSet[Key]]
Executes KEYS
-
def
memoryUsage(key: Key, samples: commons.OptArg[Long] = OptArg.Empty): Result[commons.Opt[Long]]
- Definition Classes
- KeyedKeysApi
-
def
migrate(keys: Iterable[Key], address: NodeAddress, destinationDb: Int, timeout: Long, copy: Boolean = false, replace: Boolean = false): Result[Boolean]
Executes MIGRATE or simply returns
true
whenkeys
is empty, without sending the command to RedisExecutes MIGRATE or simply returns
true
whenkeys
is empty, without sending the command to Redis- Definition Classes
- KeyedKeysApi
-
def
move(key: Key, db: Int): Result[Boolean]
Executes MOVE
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
objectEncoding(key: Key): Result[commons.Opt[Encoding]]
Executes OBJECT
Executes OBJECT
- Definition Classes
- KeyedKeysApi
-
def
objectIdletime(key: Key): Result[commons.Opt[Long]]
Executes OBJECT
Executes OBJECT
- Definition Classes
- KeyedKeysApi
-
def
objectRefcount(key: Key): Result[commons.Opt[Long]]
Executes OBJECT
Executes OBJECT
- Definition Classes
- KeyedKeysApi
-
def
persist(key: Key): Result[Boolean]
Executes PERSIST
Executes PERSIST
- Definition Classes
- KeyedKeysApi
-
def
pexpire(key: Key, milliseconds: Long): Result[Boolean]
Executes PEXPIRE
Executes PEXPIRE
- Definition Classes
- KeyedKeysApi
-
def
pexpireat(key: Key, millisecondsTimestamp: Long): Result[Boolean]
Executes PEXPIREAT
Executes PEXPIREAT
- Definition Classes
- KeyedKeysApi
-
def
pttl(key: Key): Result[commons.Opt[commons.Opt[Long]]]
Executes PTTL
Executes PTTL
- Definition Classes
- KeyedKeysApi
-
def
randomkey: Result[commons.Opt[Key]]
Executes RANDOMKEY
-
implicit final
def
recordCodec: RedisRecordCodec[Record]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
def
rename(key: Key, newkey: Key): Result[Unit]
Executes RENAME
Executes RENAME
- Definition Classes
- KeyedKeysApi
-
def
renamenx(key: Key, newkey: Key): Result[Boolean]
Executes RENAMENX
Executes RENAMENX
- Definition Classes
- KeyedKeysApi
-
def
restore(key: Key, ttl: Long, dumpedValue: Dumped, replace: Boolean = false): Result[Unit]
Executes RESTORE
Executes RESTORE
- Definition Classes
- KeyedKeysApi
-
def
scan(cursor: Cursor, matchPattern: commons.OptArg[Key] = OptArg.Empty, count: commons.OptArg[Long] = OptArg.Empty): Result[(Cursor, Seq[Key])]
Executes SCAN
-
def
sort(key: Key, by: commons.OptArg[SortPattern[Key, Field]] = OptArg.Empty, limit: commons.OptArg[SortLimit] = OptArg.Empty, sortOrder: commons.OptArg[SortOrder] = OptArg.Empty, alpha: Boolean = false): Result[Seq[Value]]
Executes SORT
Executes SORT
- Definition Classes
- KeyedKeysApi
-
def
sortGet(key: Key, gets: Seq[SortPattern[Key, Field]], by: commons.OptArg[SortPattern[Key, Field]] = OptArg.Empty, limit: commons.OptArg[SortLimit] = OptArg.Empty, sortOrder: commons.OptArg[SortOrder] = OptArg.Empty, alpha: Boolean = false): Result[Seq[Seq[commons.Opt[Value]]]]
Executes SORT
Executes SORT
- Definition Classes
- KeyedKeysApi
-
def
sortStore(key: Key, destination: Key, by: commons.OptArg[SortPattern[Key, Field]] = OptArg.Empty, limit: commons.OptArg[SortLimit] = OptArg.Empty, gets: Seq[SortPattern[Key, Field]] = Nil, sortOrder: commons.OptArg[SortOrder] = OptArg.Empty, alpha: Boolean = false): Result[Long]
Executes SORT
Executes SORT
- Definition Classes
- KeyedKeysApi
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
touch(keys: Iterable[Key]): Result[Int]
Executes TOUCH or simply returns 0 when
keys
is empty, without sending the command to RedisExecutes TOUCH or simply returns 0 when
keys
is empty, without sending the command to Redis- Definition Classes
- KeyedKeysApi
-
def
touch(key: Key, keys: Key*): Result[Int]
Executes TOUCH
Executes TOUCH
- Definition Classes
- KeyedKeysApi
-
def
touch(key: Key): Result[Boolean]
Executes TOUCH
Executes TOUCH
- Definition Classes
- KeyedKeysApi
-
def
ttl(key: Key): Result[commons.Opt[commons.Opt[Long]]]
Executes TTL
Executes TTL
- Definition Classes
- KeyedKeysApi
-
def
type(key: Key): Result[RedisType]
Executes TYPE
Executes TYPE
- Definition Classes
- KeyedKeysApi
-
def
unlink(keys: Iterable[Key]): Result[Int]
Executes UNLINK or simply returns 0 when
keys
is empty, without sending the command to RedisExecutes UNLINK or simply returns 0 when
keys
is empty, without sending the command to Redis- Definition Classes
- KeyedKeysApi
-
def
unlink(key: Key, keys: Key*): Result[Int]
Executes UNLINK
Executes UNLINK
- Definition Classes
- KeyedKeysApi
-
def
unlink(key: Key): Result[Boolean]
Executes UNLINK
Executes UNLINK
- Definition Classes
- KeyedKeysApi
-
implicit final
def
valueCodec: RedisDataCodec[Value]
- Attributes
- protected
- Definition Classes
- ApiSubset
-
def
wait(numslaves: Int, timeout: Long): Result[Long]
Executes WAIT
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )