Redis存储文章点击量,string类型和hash类型用哪种比较好

2025-04-24 19:03:27
推荐回答(1个)
回答1:

string类型就可以 直接用string的incr命令就行 点击一次自加就行