cache
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cache
redis
/
dev.kord.cache.redis
/
RedisConfiguration
/
Builder
Builder
class
Builder
(
source
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
binary
Format
Link copied to clipboard
var
binaryFormat
:
BinaryFormat
client
Link copied to clipboard
var
client
:
RedisClient
?
codec
Link copied to clipboard
var
codec
:
RedisCodec
<
ByteArray
,
ByteArray
>
key
Prefix
Link copied to clipboard
var
keyPrefix
:
String
reuse
Connection
Link copied to clipboard
var
reuseConnection
:
Boolean
url
Link copied to clipboard
var
url
:
String
?
Functions
build
Link copied to clipboard
fun
build
(
)
:
RedisConfiguration
client
Link copied to clipboard
fun
client
(
)
:
RedisClient