I am using golang and go-redis package I would like to store a key-value pair in redis (e.g one time token). When this token is read, I generate a permanent token. But the one time token should be deleted once I have read the value. This is to avoid fast-replay attack. What is the best way to implement this. I have been thinking of mutex.
doujiao1814
2017-06-20 14:38 浏览 439
已采纳
使用golang在Redis中存储一次使用记录的最佳方法
图片转代码服务由CSDN问答提供 功能建议
我正在使用golang和go-redis包 我想在Redis中存储键值对(例如 一次令牌)。 读取此令牌后,我将生成一个永久令牌。 但是,一旦我读取了值,就应该删除一次令牌。 这是为了避免快速重播攻击。 实现此目的的最佳方法是什么。 我一直在考虑互斥锁。 p> div>
- 写回答
- 好问题 提建议
- 追加酬金
- 关注问题
- 分享
- 邀请回答