Skip to content

Commit

Permalink
PR riviou Greg: phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjouch committed Aug 21, 2024
1 parent f2046e2 commit 5280a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/WriteThroughCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { LocalCache } from './LocalCache';
*
* -> This is fixable, e.g. using Redis pub/sub, to let clients subscribe to
* set/del events, and react with an eviction from their LocalCache.
* In the context we cachette maintainers got bitten by this, it made sense
* to simply abandon usage of WriteThroughCache, and switch the app with high
* consistency expectations from a WriteThroughCache to a RedisCache:
* In the context where we cachette maintainers got bitten by this, it made
* sense to just abandon usage of WriteThroughCache, and switch the app with
* high consistency expectations from a WriteThroughCache to a RedisCache:
* +++: simpler, more consistent
* ---: a tolerable increase in Redis usage (CPU, network, latency)
*
Expand Down

0 comments on commit 5280a24

Please sign in to comment.