我是Redis的新手,我的应用程序是用React.js(前端)和Kotlin(后端)编写的。我的问题是,redis缓存连接是在React.js端还是在Kotlin端?
发布于 2020-05-19 05:26:08
它需要在你的后端完成。您的前端可以通过使用后端的端点与您的redis缓存进行通信。
Redis's security documentation
Another post about similar question
https://stackoverflow.com/questions/61871507
相似问题