Skip to content

Instantly share code, notes, and snippets.

@LoicMahieu
Created August 20, 2018 08:41
Show Gist options
  • Save LoicMahieu/f0c6fe1879c6ddf233a295af00e81dcc to your computer and use it in GitHub Desktop.
Save LoicMahieu/f0c6fe1879c6ddf233a295af00e81dcc to your computer and use it in GitHub Desktop.
Redis - delete keys matching pattern
EVAL "return redis.call('del', unpack(redis.call('keys', ARGV[1])))" 0 prefix:*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment