Update redis.mdx (#22750)

There seems to be a bug, but I'm not sure if it is because this documentation is almost worse than guessing

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
Niklas Rosencrantz
2023-09-08 22:55:56 +02:00
committed by GitHub
parent 8edc24c7e1
commit c3aa019c9a

View File

@@ -42,7 +42,7 @@ more information about setting up the database secrets engine.
host="localhost" \
port=6379 \
tls=true \
ca_cert="$CACERT"
ca_cert="$CACERT" \
username="user" \
password="pass" \
allowed_roles="my-*-role"