diff options
| author | Simon Belbeoch <[email protected]> | 2022-12-06 05:10:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-05 20:10:35 -0800 |
| commit | f200c979792caab2a4da8746fe6b4269fed55e34 (patch) | |
| tree | db85963fd657f716180e48a6cb05cdd0447f9582 /public/v4/apps/redis.yml | |
| parent | f8d70b7608086e47154074305a38078917665a9b (diff) | |
| download | caprover-one-click-apps-f200c979792caab2a4da8746fe6b4269fed55e34.tar.gz caprover-one-click-apps-f200c979792caab2a4da8746fe6b4269fed55e34.zip | |
chore(name) add all missing displayName (#798)
* chore(name) add all missing displayName
* chore(name) add all missing displayName
* chore(droppy) fix mistake archived name in droppy
Diffstat (limited to 'public/v4/apps/redis.yml')
| -rw-r--r-- | public/v4/apps/redis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/redis.yml b/public/v4/apps/redis.yml index 3a0d3e7..75f6de7 100644 --- a/public/v4/apps/redis.yml +++ b/public/v4/apps/redis.yml @@ -29,7 +29,7 @@ caproverOneClickApp: Enter your Redis container name and click on next. It will take about a minute for the process to finish. end: "Redis is deployed and available as srv-captain--$$cap_appname:6379 to other apps. For example with NodeJS: const client = redis.createClient(6379, 'srv-captain--$$cap_appname' , {password: '$$cap_redis_password'})" - displayName: '' + displayName: 'Redis' isOfficial: true description: Redis is an in-memory data structure store, used as a database, cache and message broker documentation: Taken from https://hub.docker.com/_/redis |
