"Error sending command to redis server: NOAUTH Authentication required" running demos in tlt client

I run the demo in the tlt client container but get following errors, not where to set the authentication of REDIS server, none of the document mentioned this as well.

Server Side Console Output:
±---------------------------------±---------------------------------------------------------------------------------------------------------------------------------------------------+
| Option | Value |
±---------------------------------±---------------------------------------------------------------------------------------------------------------------------------------------------+
| server_id | triton |
| server_version | 2.5.0 |
| server_extensions | classification sequence model_repository schedule_policy model_configuration system_shared_memory cuda_shared_memory binary_tensor_data statistics |
| model_repository_path[0] | /model_repository/repository |
| model_control_mode | MODE_NONE |
| strict_model_config | 1 |
| pinned_memory_pool_byte_size | 268435456 |
| cuda_memory_pool_byte_size{0} | 67108864 |
| min_supported_compute_capability | 6.0 |
| strict_readiness | 1 |
| exit_timeout | 30 |
±---------------------------------±---------------------------------------------------------------------------------------------------------------------------------------------------+

I0321 05:10:52.493463 1 grpc_server.cc:3979] Started GRPCInferenceService at 0.0.0.0:8001
I0321 05:10:52.493645 1 http_server.cc:2717] Started HTTPService at 0.0.0.0:8000
I0321 05:10:52.535005 1 http_server.cc:2736] Started Metrics Service at 0.0.0.0:8002

Client Side Console Output:

root@vlab-vslam-01:/# /workspace/tlt_cv-pkg/samples/tlt_cv/demo_emotion/emotion /workspace/tlt_cv-pkg/samples/tlt_cv/demo_emotion/demo.conf

[INFO] Skipping line with key ‘# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.’
[INFO] Skipping line with key ‘#’
[INFO] Skipping line with key ‘# NVIDIA CORPORATION and its licensors retain all intellectual property’
[INFO] Skipping line with key ‘# and proprietary rights in and to this software, related documentation’
[INFO] Skipping line with key ‘# and any modifications thereto. Any use, reproduction, disclosure or’
[INFO] Skipping line with key ‘# distribution of this software and related documentation without an express’
[INFO] Skipping line with key ‘# license agreement from NVIDIA CORPORATION is strictly prohibited.’
[INFO] Skipping line with key ‘#’
[INFO] Skipping line with key ‘## Do not use spaces in this file’
[INFO] Skipping line with key ‘# Path to device handle; ensure config.sh can see this handle’
[INFO] Skipping line with key ‘# Boolean indicating whether handle is pre-recorded’
[INFO] Skipping line with key ‘# Desired resolution (width, height, channels)’
[INFO] Skipping line with key ‘# Show visualization’
[INFO] Skipping line with key ‘# Leverage API to send single decoded frames to Pipeline’
[INFO] Setting fourcc as ‘MJPG’
[INFO]: Pipeline create direct
2021-03-21 06:16:31.972 WARN external/com_nvidia_isaac_engine/engine/alice/backend/application_json_loader.cpp@174: This application does not have an explicit scheduler configuration. One will be autogenerated to the best of the system’s abilities if possible.
2021-03-21 06:16:31.972 INFO external/com_nvidia_isaac_engine/engine/alice/backend/application_json_loader.cpp@344: Modules requested by subgraph ‘facedetect’: //modules/generic:inferencer, //modules/vision/facedetect:preprocessor_module, //modules/vision/facedetect:postprocessor_module, //modules/vision/facedetect:redactor_module, //modules/opencv:bbox_renderer,
2021-03-21 06:16:31.973 INFO external/com_nvidia_isaac_engine/engine/alice/backend/application_json_loader.cpp@344: Modules requested by subgraph ‘faciallandmarks’: (//modules/generic:inferencer), //modules/vision/faciallandmarks:preprocessor_module, //modules/vision/faciallandmarks:postprocessor_module, //modules/opencv:landmarks_renderer,
2021-03-21 06:16:31.973 INFO external/com_nvidia_isaac_engine/engine/alice/backend/application_json_loader.cpp@344: Modules requested by subgraph ‘emotion’: (//modules/generic:inferencer), //modules/vision/emotion:preprocessor_module, //modules/vision/emotion:postprocessor_module, //modules/opencv:emotion_renderer,
2021-03-21 06:16:31.973 INFO external/com_nvidia_isaac_engine/engine/alice/backend/redis_backend.cpp@40: Successfully connected to Redis server.

2021-03-21 06:16:31.974 ERROR external/com_nvidia_isaac_engine/engine/alice/backend/redis_backend.cpp@72: Error sending command to redis server: NOAUTH Authentication required.
2021-03-21 06:16:31.974 ERROR external/com_nvidia_isaac_engine/engine/alice/backend/redis_backend.cpp@72: Error sending command to redis server: NOAUTH Authentication required.
2021-03-21 06:16:31.974 WARN external/com_nvidia_isaac_engine/engine/alice/backend/backend.cpp@200: This application does not have an execution group configuration. One will be autogenerated to the best of the systems abilities if possible.
2021-03-21 06:16:31.974 WARN external/com_nvidia_isaac_engine/engine/gems/scheduler/scheduler.cpp@341: No default execution groups specified. Attempting to create scheduler configuration for 8 remaining cores. This may be non optimal for the system and application.

Please follow TLT CV Inference Pipeline Quick Start Scripts — Transfer Learning Toolkit 3.0 documentation