We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200ef21 + 2f1a6ec commit 86cccf4Copy full SHA for 86cccf4
1 file changed
docs/understanding_deis/components.rst
@@ -29,7 +29,12 @@ platform state. Backups and WAL logs are pushed to :ref:`Store`.
29
30
Cache
31
-----
32
-The cache is an instance of `Redis`_ used by the registry.
+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.
38
39
.. _builder:
40
0 commit comments