io
.
scalajs
.
npm
.
redis
.
RedisClient
RedisClientScalaEnrichment
Related Doc:
package RedisClient
implicit final
class
RedisClientScalaEnrichment
extends
AnyVal
Redis Client Enrichment
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RedisClientScalaEnrichment
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RedisClientScalaEnrichment
(
client:
RedisClient
)
client
the given
Redis client
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
client
:
RedisClient
the given
Redis client
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
hgetallFuture
(
key:
String
)
:
Future
[
Dictionary
[
String
]]
Annotations
@inline
()
def
hsetFuture
(
key:
String
,
dict:
Dictionary
[
String
]
)
:
Future
[
RedisResponse
]
Annotations
@inline
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
scanCountFuture
[
T
]
(
cursor:
Int
,
count:
Int
)
:
Future
[
T
]
Annotations
@inline
()
def
scanFuture
[
T
]
(
cursor:
Int
)
:
Future
[
T
]
Annotations
@inline
()
def
scanMatchCountFuture
[
T
]
(
cursor:
Int
,
regex:
String
,
count:
Int
)
:
Future
[
T
]
Annotations
@inline
()
def
scanMatchFuture
[
T
]
(
cursor:
Int
,
regex:
String
)
:
Future
[
T
]
Annotations
@inline
()
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped
Redis Client Enrichment