Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 8b64a1d

Browse files
committed
Update README.md
1 parent 9509b26 commit 8b64a1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ dependencies {
3131
compile group: 'com.cloudant', name: 'cloudant-client-cache-in-process', version: 'latest.release'
3232
}
3333
```
34+
In these examples, the cache will run in the same process as the application.
3435
* Redis cache: **cloudant-client-cache-redis** (depends on cloudant-client-cache). Provides a
3536
`com.cloudant.client.cache.CacheWithLifetimes` implementation that uses a Redis instance as the store.
3637
```groovy
3738
dependencies {
3839
compile group: 'com.cloudant', name: 'cloudant-client-cache-redis', version: 'latest.release'
3940
}
4041
```
41-
42+
In this example, Redis must be running in another process. Information about Redis, including download information, is available from:
43+
http://redis.io/
4244
### Instantiate a cache
4345

4446
* `com.cloudant.client.cache.LRUCache`:

0 commit comments

Comments
 (0)