com.lightningkite.lightningserver.Redis.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of server-redis Show documentation
Show all versions of server-redis Show documentation
A set of tools to fill in/replace what Ktor is lacking in.
package com.lightningkite.lightningserver
import com.lightningkite.lightningserver.pubsub.RedisPubSub
import com.lightningkite.lightningserver.cache.RedisCache
object Redis {
init {
RedisCache
RedisPubSub
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy