繁体   English   中英

如何在 node.js 中使用 Redis 6 ACL 功能

[英]How to use Redis 6 ACL feature in node.js

I created a Redis client in node.js using the "node_redis" npm module, which is a popular Redis client for the node, but this module does not support the latest Redis features like ACL (Access Control List). 是否有任何其他库支持 Redis 6 的所有功能? 如果不是,那么如何在节点应用程序中使用 Redis ACL 功能

client['auth'] = null;
client.send_command('AUTH', ['<username>', '<password>'], redis.print);

在这里看到: 使用身份验证用户名/密码 nodejs 连接到托管 redis

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM