Reputation: 506
I am new to redis db ,I need only count of acl users. If I run below command it will return list of users but i need only count.
command I am running is
ACL LIST
Returns
"user default on nopass ~* &* +@all"
but i need command which will return count e.g 1
Thanks In advance
Upvotes: 0
Views: 1621