Live data from Hacker News

Viewing profile — d3n_devn

d3n_devn

HN member
Joined
Tue, Mar 31, 2026, 8:53 PM UTC
HN karma
3
Public activity
3 items

About d3n_devn

Developer. Building tools for algorithmic crypto trading

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #47619235

    The most useful Redis pattern I've found for real-time data: write with explicit TTLs and let stale data expire naturally instead of invalidating. If your writer dies, the data exp…