Browse Source

Merge pull request #11159 from abpframework/enisn/rel-5.0/cms-kit-documentation

Add distributed cache prerequirement section to CMS Kit documentation
pull/11168/head
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
5cb5534246
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/en/Modules/Cms-Kit/Index.md

6
docs/en/Modules/Cms-Kit/Index.md

@ -18,6 +18,12 @@ Click to a feature to understand and learn how to use it.
All features are individually usable. If you disable a feature, it completely disappears from your application, even from the database tables, by the help of the [Global Features](../../Global-Features.md) system.
## Pre Requirements
CMS Kit uses [distributed cache](../../Caching.md) for responding faster.
> Using a distributed cache, such as [Redis](../../Redis-Cache.md), is highly recommended for data consistency in distributed/clustered deployments.
## How to Install
> This module is depends on [BlobStoring](../../Blob-Storing.md) module, please install `BlobStoring` module first and add a provider. For more information, check the [documentation](../../Blob-Storing.md).

Loading…
Cancel
Save