Redis通过模糊查询删除keys

在redis cli下执行:
EVAL "return redis.call('del', unpack(redis.call('keys', ARGV[1])))" 0 USER_INFO:*

你可能感兴趣的:(Redis通过模糊查询删除keys)