Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created March 23, 2022 00:51
Show Gist options
  • Save remarkablemark/56380b34a876ad3844f9e8d4bd043018 to your computer and use it in GitHub Desktop.
Save remarkablemark/56380b34a876ad3844f9e8d4bd043018 to your computer and use it in GitHub Desktop.
await redis.keys('key1', 'key2');
await redis.keys(['key1', 'key2']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment