toggle menu
cache
jvm
switch theme
search in API
redis
/
dev.kord.cache.redis
/
RedisConfiguration
Redis
Configuration
class
RedisConfiguration
(
val
binaryFormat
:
BinaryFormat
,
val
client
:
RedisClient
,
val
prefix
:
String
,
val
reuseConnection
:
Boolean
,
val
codec
:
RedisCodec
<
ByteArray
,
ByteArray
>
)
(
source
)
Members
Constructors
Redis
Configuration
Link copied to clipboard
constructor
(
binaryFormat
:
BinaryFormat
,
client
:
RedisClient
,
prefix
:
String
,
reuseConnection
:
Boolean
,
codec
:
RedisCodec
<
ByteArray
,
ByteArray
>
)
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Defaults
Link copied to clipboard
object
Defaults
Properties
binary
Format
Link copied to clipboard
val
binaryFormat
:
BinaryFormat
client
Link copied to clipboard
val
client
:
RedisClient
codec
Link copied to clipboard
val
codec
:
RedisCodec
<
ByteArray
,
ByteArray
>
connection
Link copied to clipboard
val
connection
:
StatefulRedisConnection
<
ByteArray
,
ByteArray
>
prefix
Link copied to clipboard
val
prefix
:
String
reuse
Connection
Link copied to clipboard
val
reuseConnection
:
Boolean