簡體   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