Spring session redis 作为我的会话存储
我正在寻找一种合适的方法来将会话属性存储在第三方数据存储(例如 redis 或 mysql)中,我应该如何决定选择哪一个? redis适合什么场景使用?
I am looking for an appropriate way to store the session attributes in third-party data storage like redis or mysql, how should I decide which one to pick? What scenario is fitful for using the redis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内置过期功能的 Redis 是更好的选择
Redis would be better choice with expirations builtin