Skip to content

Commit

Permalink
fix: update available cache list (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz authored Apr 29, 2024
1 parent a776413 commit 5433dee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _docs/available-plugins/caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ permalink: /docs/available-plugins/caches

Koop uses a **cache** to store data from third party providers. This helps reduce requests to other servers, bypass rate limiting issues, and speed up response times.

<br>
#### Officially Supported

| name | version | build status | koop compatibility |
| --- | --- | --- | --- |
| [Memory](https://github.com/koopjs/koop-cache-memory) | [![npm](https://img.shields.io/npm/v/koop-cache-memory.svg?style=flat-square)](https://www.npmjs.com/package/koop-cache-memory) | [![travis](https://img.shields.io/travis/koopjs/koop-cache-memory/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-cache-memory) | 3.x |
| [Redis](https://github.com/koopjs/koop-cache-redis) | [![npm](https://img.shields.io/npm/v/koop-cache-redis.svg?style=flat-square)](https://www.npmjs.com/package/koop-cache-redis) | [![travis](https://img.shields.io/travis/koopjs/koop-cache-redis/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-cache-redis) | 3.x |
| [PostGIS](https://github.com/koopjs/koop-pgcache) | [![npm](https://img.shields.io/npm/v/koop-pgcache.svg?style=flat-square)](https://www.npmjs.com/package/koop-pgcache) | [![travis](https://img.shields.io/travis/koopjs/koop-pgcache/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-pgcache) | 3.0.0-alpha.29 |
### Officially Supported

| name | version |
| --- | --- |
| [Memory](https://github.com/koopjs/koop/tree/master/packages/cache-memory) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-memory.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-memory) |
| [Redis](https://github.com/koopjs/koop-cache-redis) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-redis.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-redis) |
|[Apache-Ignite](https://github.com/koopjs/koop-cache-apache-ignite) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-apache-ignite.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-apache-ignite)|

0 comments on commit 5433dee

Please sign in to comment.