REDIS CACHE does it works?

I created a server on digital ocean (now it’s destroyed but)
i have last version of cake.


        'default' => [
             'duration' =>'600',
            'className' => 'Cake\Redis\RedisConnection',
            'driver' => 'phpredis', // Can also use a full class name or 'predis'
    'duration' => '+1 hours',
    'password' => 'AVNS_qLzXAYOP0Hjgy4xTcwV',
    'username' => 'default',
    'host' => 'tls://db-redis-ams3-30879-do-user-9408091-0.b.db.ondigitalocean.com',
    'port' => 25061,
    'fallback' => false,
    'persistent' => true,
        ],

This is the configurations
it works greatly

with this command

redis-cli --pass AVNS_7QAHxACLTJfP-MSavqi -h db-redis-ams3-30879-do-user-9408091-0.b.db.ondigitalocean.com -p 25061 --user default --tls

but it looks like doesn’t work because it says no valida pair Username and password …

am i doing something wrong ?