Hi, I want to use redis as server-side session sto...
# ktor
d
Hi, I want to use redis as server-side session store, and I refer to ktor document’s sample source code ( https://ktor.io/servers/features/sessions/cookie-header.html#extending-storages ) . I try to use
Redis
class of
RedisSessionStorage
class field, but I cannot find where I can fetch this library from. Maybe it’s this class (https://github.com/ktorio/ktor-clients/blob/master/ktor-client-redis/src/io/ktor/experimental/client/redis/Redis.kt), but I can’t find where the maven repository is. Is there anyone know about it?