EDIT (contrib maintainer): The contrib repo metadata was correct. The docs are wrong. The docs instead need updating.
Expected Behavior
redisPassword should be a required field in the statestore .yaml as per the docs:
https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-redis-pubsub/

Actual Behavior
redisPassword is incorrectly set as required: false.
https://github.com/dapr/components-contrib/blob/787b23d5d0a3486fc14255f26b36cf365c9bd2bf/state/redis/metadata.yaml#L24-L29
Steps to Reproduce the Problem
N/A
Release Note
RELEASE NOTE: FIX Redis statestore field redisPassword now correctly marked as required.