随笔分类 -  (02)Redis

摘要:Redis离线分析,可用CLI,也可以用C#自定义。 阅读全文
posted @ 2022-04-18 22:24 Catcher8 阅读(911) 评论(0) 推荐(3)
摘要:借助Redis完成延时任务,默认过期策略,Sorted Set策略 阅读全文
posted @ 2020-03-15 10:45 Catcher8 阅读(1078) 评论(0) 推荐(5)
摘要:使用redis的list数据结构完成最近N条数据的决策 阅读全文
posted @ 2019-07-24 20:48 Catcher8 阅读(4791) 评论(0) 推荐(0)
摘要:Redis缓存中进行批量删除的几种做法 阅读全文
posted @ 2018-02-25 14:51 Catcher8 阅读(2380) 评论(0) 推荐(0)
摘要:用Redis做Session服务器,模拟在用Nginx做负载均衡时Session丢失的处理,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-10-07 10:02 Catcher8 阅读(5546) 评论(13) 推荐(12)
摘要:用Redis处理连续登陆活动,分别从用户的维度和天数的维度模拟了国庆7天假期的活动,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-10-01 22:52 Catcher8 阅读(4919) 评论(0) 推荐(15)
摘要:用Redis来存储网站的最近访问用户,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-09-24 13:13 Catcher8 阅读(4035) 评论(9) 推荐(11)
摘要:用Redis来存储网站的搜索热词,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-09-16 21:30 Catcher8 阅读(8963) 评论(15) 推荐(34)
摘要:Basic Tutorials of Redis(9) -First Edition RedisHelper 阅读全文
posted @ 2016-09-16 10:43 Catcher8 阅读(736) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(8) -Transaction 阅读全文
posted @ 2016-09-12 22:32 Catcher8 阅读(432) 评论(0) 推荐(0)
摘要:Basic Tutorials of Redis(7) -Publish and Subscribe 阅读全文
posted @ 2016-09-11 09:12 Catcher8 阅读(825) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(6) - List 阅读全文
posted @ 2016-09-10 09:46 Catcher8 阅读(341) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(5) - Sorted Set 阅读全文
posted @ 2016-09-06 19:52 Catcher8 阅读(593) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(4) -Set 阅读全文
posted @ 2016-09-05 19:31 Catcher8 阅读(403) 评论(0) 推荐(2)
摘要:Basic Tutorials of Redis(3) -Hash 阅读全文
posted @ 2016-09-04 08:53 Catcher8 阅读(311) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(2) - Strings 阅读全文
posted @ 2016-09-03 11:05 Catcher8 阅读(362) 评论(0) 推荐(1)
摘要:Basic Tutorials of Redis(1) - Install And Configure Redis 阅读全文
posted @ 2016-09-01 20:57 Catcher8 阅读(388) 评论(0) 推荐(0)