2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.01k stars 414 forks source link

请教下大佬,集群模式下,hash结构怎么保证过期时间和值写入同时执行? #474

Open yyhack110 opened 1 year ago

yyhack110 commented 1 year ago

请教下大佬,集群模式下,hash结构怎么保证过期时间和值写入保证原子性,感谢大佬!

2881099 commented 1 year ago

redis无法保证一致性

yyhack110 commented 1 year ago

那hash结构有什么比较稳定的解决方案保证过期时间能成功写入吗?