Skip to content

Instantly share code, notes, and snippets.

@kristoff-it
Last active May 29, 2019 13:49
Show Gist options
  • Save kristoff-it/d92451fff2a3dbb33f2c59de4439b0c1 to your computer and use it in GitHub Desktop.
Save kristoff-it/d92451fff2a3dbb33f2c59de4439b0c1 to your computer and use it in GitHub Desktop.
GearsBuilder().filter(lambda x: x['key'].startswith('audited-')).foreach(lambda x: execute('xadd', 'audit-logs', '*', 'key', x['key'])).register()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment