Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用导轨。我将部分数据存储在 mysql 数据库中,一些存储在 redis 中。我的问题是:我们可以像在 rails 中那样对 redis 数据应用回调和验证吗?
不——你能做的最好的就是将你的写操作封装在 Lua 服务器端脚本中,这可以完成验证工作(并触发 Lua 回调)。这是一种完全自己动手的方法。