InSelectFrombyChunting WuMessage Queue in Redis, Part 2Leverage Bull.js to achieve at-least-once guaranteeJun 20, 2022Jun 20, 2022
InStarbugs Weekly 星巴哥技術專欄byChunting WuExplain Redlock in DepthExplaining why I don’t use Redlock and the potential risks of RedlockJun 13, 20221Jun 13, 20221
InBetter ProgrammingbyChunting WuRedis as a Lock! Are You Sure?Is the lock you are talking about an exclusive lock or a barrier?May 2, 20221May 2, 20221
InTowards DevbyChunting WuResilient Caching in RedisBefore the introduction, I will describe what is the resilience.Jan 10, 2022Jan 10, 2022
InTowards DevbyChunting WuResilient Caching in RedisBefore the introduction, I will describe what is the resilience.Jan 10, 2022Jan 10, 2022
InTowards DevbyChunting WuCardinality Counting in RedisThere are 4 approaches accomplishing cardinality counting in Redis. This article will show you what those approaches and whose use cases…Dec 13, 2021Dec 13, 2021
InSelectFrombyChunting WuMessage Queue in RedisIntroduce what consideration in choosing a message queue and how to accomplish message queue in Redis.Nov 18, 20212Nov 18, 20212
Chunting WuRedis helps avoiding racing conditionsHow to leverage Redis to solve the race condition on the lottery scheme. We ensure the integrity of data also the throughput on…Aug 15, 2021Aug 15, 2021
InInterviewNoodlebyChunting WuDistributed Transaction IntroductionThis article will:Oct 2, 2021Oct 2, 2021
InTowards DevbyChunting WuData Persistence in RedisRedis does not guarantee zero data loss, even if the strictest setting is turned on. Although fsync every second, we still may lose more…Nov 1, 20211Nov 1, 20211