刪除a開頭的keyredis
$ redis-cli eval "local t1=redis.call('KEYS','a*')cli
for k,v in pairs(t1) docall
redis.call('del',v)di
print(v)eval
end" 0
(nil)