Could anyone recommend how i can implement databas...
# ktor
j
Could anyone recommend how i can implement database caching on Ktor? Is there a redis implementation sample or something similar ?
n
you can use lettuce for redis, it uses reactor iirc, for which there is a coroutines -reactor library
👍 1
i (half) implemented rediJson for lettuce as well.. it is actually quiet modular i dropped the project tha used it for other reasons but i plan to find a place where i can reuse it
👍 1