redis

Will Faught

July 2023

Don’t Use JWTs

Use session tokens instead.

Raja Rao, writing for Redis: There are many in-depth articles and videos from SMEs of companies like Okta talking about the potential dangers and inefficiencies of using JWT tokens[1]. Yet, these warnings are overshadowed by marketers, YouTubers, bloggers, course creators, and others who knowingly or unknowingly promote it. If you look at many of these videos and articles, they all just talk about the perceived benefits of JWT and ignore the deficiency.

json jwt redis sessions technology

Will Faught

1 minute

July 2016

Aphyr Tests Redis With Jepsen

Aphyr on Redis correctness: So you’re running a distributed Redis install, and have realized that the design of Redis Sentinel (or, for that matter, any other failover system on top of an asynchronously replicated primary-secondary design) means you can lose a lot of data when a partition occurs. What can you do? From an operations perspective, I recommend you try to understand the Sentinel consensus algorithm. I don’t, and I’ve read it a dozen times.

aphyr coding database jepsen programming redis

Will Faught

1 minute

π