Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse authored Apr 20, 2019
1 parent 65e621f commit 1c24cd7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ Multi-strategy object caching service
[![Build Status](https://secure.travis-ci.org/hapijs/catbox.svg)](http://travis-ci.org/hapijs/catbox)

**catbox** is a multi-strategy key-value object store. It comes with extensions supporting a memory
cache,
[Redis](http://redis.io/),
[MongoDB](http://www.mongodb.org/),
[Memcached](http://memcached.org/), and
[Amazon S3](http://aws.amazon.com/s3/).
cache, [Redis](http://redis.io/), and [Memcached](http://memcached.org/). Additional providers from the
community can be found on the [npm Registry](https://www.npmjs.com/search?q=keywords:catbox).

**catbox** provides two interfaces: a low-level `Client` and a high-level `Policy`.


### Installation

In order to reduce module dependencies, **catbox** does not include the external caching
Expand All @@ -24,10 +20,7 @@ dependencies manually. The available strategies are:

- [Memory](https://github.com/hapijs/catbox-memory)
- [Redis](https://github.com/hapijs/catbox-redis)
- [MongoDB](https://github.com/hapijs/catbox-mongodb)
- [Memcached](https://github.com/hapijs/catbox-memcached)
- [Amazon S3](https://github.com/fhemberger/catbox-s3)
- [Local Disk](https://github.com/mirusresearch/catbox-disk)


### `Client`
Expand Down

0 comments on commit 1c24cd7

Please sign in to comment.