I am getting below error with ACL command.
127.0.0.1:6379> AUTH password
OK
127.0.0.1:6379> ACL CAT
(error) ERR unknown command `ACL`, with args beginning with: `CAT`,
127.0.0.1:6379>
Other commands do work properly
127.0.0.1:6379> set key value
OK
127.0.0.1:6379> get key
"value"
Redis version: 6.0.8
~ redis-cli --version
redis-cli 6.0.8
~ redis-server --version
Redis server v=6.0.8 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=a133381967338273
Is there any specific configuration to enable ACL feature?