KtGram
Toggle table of contents
7.8.0
common
Platform filter
common
Switch theme
Search in API
KtGram
ktgram-botctx-redis
/
eu.vendeli.ktgram.botctx.redis.ctx
Package-level
declarations
Types
Types
Class
Data
Redis
Impl
Link copied to clipboard
abstract
class
ClassDataRedisImpl
(
host
:
String
=
"localhost"
,
port
:
Int
=
6379
)
:
ClassData
<
String
>
User
Data
Redis
Impl
Link copied to clipboard
abstract
class
UserDataRedisImpl
(
host
:
String
=
"localhost"
,
port
:
Int
=
6379
)
:
UserData
<
String
>