Skip to content
Discussion options

You must be logged in to vote

Hello. I guess you want to authenticate against redis server over secure connection

https://redis.io/commands/auth

final conn = RedisConnection();
Command command = await conn.connectSecure('host',port);
var rsp = await command.send_object(["AUTH",username,pazzword]);
print(rsp);

Let me know if that is what you are looking for.

Kind, regards Luka

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@sunjianan9900
Comment options

@ra1u
Comment options

ra1u Dec 24, 2021
Maintainer

@sunjianan9900
Comment options

@ra1u
Comment options

ra1u Dec 24, 2021
Maintainer

@ra1u
Comment options

ra1u Dec 24, 2021
Maintainer

Answer selected by sunjianan9900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #52 on December 24, 2021 09:59.