Skip to content

Commit 86cccf4

Browse files
committed
Merge pull request #3622 from mboersma/cache-is-optional
docs(components): clarify that deis-cache is optional
2 parents 200ef21 + 2f1a6ec commit 86cccf4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/understanding_deis/components.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ platform state. Backups and WAL logs are pushed to :ref:`Store`.
2929

3030
Cache
3131
-----
32-
The cache is an instance of `Redis`_ used by the registry.
32+
The cache component is an optional instance of `Redis`_. If the cache is running,
33+
it will be used by the :ref:`registry`.
34+
35+
Caching can cause problems for ``deis pull``, but may speed up access to small
36+
files when using a remote storage backend such as S3. The ``deisctl`` provisioning
37+
tool does not install or start the cache by default.
3338

3439
.. _builder:
3540

0 commit comments

Comments
 (0)