'How to restart redis server with authentication?

I am trying to restart a redis server using the following command:

service redis-server restart

And I am getting the error:

Failed to restart redis-server.service: Interactive authentication required.
See system logs and 'systemctl status redis-server.service' for details.

I know the redis password but I am not sure how to pass it in in the line of code that I mentioned.

The recommended logs are like this and not very helpful:

● redis-server.service - Advanced key-value store
     Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Tue 2022-04-05 13:31:23 UTC; 12min ago
       Docs: http://redis.io/documentation,
             man:redis-server(1)
    Process: 358704 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exited, status=1/FAILURE)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source