go + mysql + redis 做二级缓存

mysql有个方案,可内置memcache,

线性一致性

 


https://github.com/xiaomatech/binlogsync  Python | 通过 mysql binlog event 把sql变更实时推送到各系统(cache/redis,search/elasticsearch,queue/kafka) |


https://github.com/liudong1983/mybus| 353 | C++ | MySQL数据库同redis以及hbase高速全量,增量同步工具 |

-------------------------------------------------------
直接用cache aside这种模式+双删

https://www.cnblogs.com/hunna/p/11942688.html 

你可能感兴趣的:(golang,架构设计)