When using the redis-cli --scan --pattern 'aaa' command, I want to add a certain interval to avoid running scan all the time. I tried to use the redis-cli --scan --pattern 'aaa' -i 0.01 parameter, but the results did not meet my requirements

Comment From: oranagra

@135zyf which version of redis-cli are you using? IIRC this was added in 7.0.0

Comment From: 135zyf

Now I know ,I used version 6.0.12