Hi Anyone know about a server feature for cache fu...
# ktor
j
Hi Anyone know about a server feature for cache functionality ?
j
On server side you can use Redis for caching data and fast access but I don't know if this you are looking for :)
j
I use memcache, but we will migrate to redis (lot of issue with memcache on our project)
j
I will need to use Redis on the server side, could you send some example? Please!
j
I did not try yet but it is in my todo. You can check this repo from JetBrains (https://github.com/ktorio/ktor-clients/tree/master/ktor-client-redis) but not sure it's stable (no updates for 2 years)
j
@Júlio Santos I use java client to connect to memcache. I don't think you need a ktor module fot that
j
Otherwise you can still use https://github.com/redis/jedis (Redis Java client) 🙂
j
Thank you very much friends, I will analyze and answer you
👍 1