Featured image of post redis应用-抽奖

redis应用-抽奖

本文阅读量

抽奖

1
2
3
4
5
6
7
8
# 添加用户
sadd key 用户id
# 查看参与抽奖用户
smembers key
# 抽取count名中奖者
srandmember key count
# 中将的用户会被删除出去
spop key 3
使用 Hugo 构建
主题 StackJimmy 设计