@lbalaceanu commented on this pull request.
> +
+// Redis role enum
+typedef enum
+{
+ REDIS_ROLE_MASTER,
+ REDIS_ROLE_REPLICA
+} redis_role_t;
+
+typedef struct redis_sentinel
+{
+ char *host;
+ unsigned int port;
+ struct redis_sentinel *next;
+} redis_sentinel_t;
+
+typedef struct
Nice catch. You are right, attr is for parsing and user authentication is
somehow for future use. At least as far as I know, user authentication is not
yet supported for Redis.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4373#discussion_r2444654580
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4373/review/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!