Skip to content

Commit d6807ef

Browse files
committed
Update README.md
1 parent 8afbc05 commit d6807ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cacheable/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* [Shorthand for Time to Live (ttl)](#shorthand-for-time-to-live-ttl)
3535
* [Non-Blocking Operations](#non-blocking-operations)
3636
* [Non-Blocking with @keyv/redis](#non-blocking-with-keyvredis)
37-
* [CacheSync - Distributed Updates](#cachesync---distributed-updates)
37+
* [CacheableSync - Distributed Updates](#cacheablesync---distributed-updates)
3838
* [Cacheable Options](#cacheable-options)
3939
* [Cacheable Statistics (Instance Only)](#cacheable-statistics-instance-only)
4040
* [Cacheable - API](#cacheable---api)
@@ -359,9 +359,9 @@ const secondary = new KeyvRedis('redis://user:pass@localhost:6379');
359359
const cache = new Cacheable({secondary, nonBlocking: true});
360360
```
361361

362-
# CacheSync - Distributed Updates
362+
# CacheableSync - Distributed Updates
363363

364-
`cacheable` includes `CacheSync`, a feature that enables distributed cache synchronization across multiple instances using Pub/Sub messaging via [Qified](https://github.com/jaredwray/qified). When a value is set or deleted in one cache instance, all other connected instances automatically receive and apply the update.
364+
`cacheable` includes `CacheableSync`, a feature that enables distributed cache synchronization across multiple instances using Pub/Sub messaging via [Qified](https://github.com/jaredwray/qified). When a value is set or deleted in one cache instance, all other connected instances automatically receive and apply the update.
365365

366366
## How It Works
367367

0 commit comments

Comments
 (0)