Skip to content

Instantly share code, notes, and snippets.

@banyudu
Created March 18, 2017 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banyudu/e4d6578f8bb8bf7672d9af52d5f3e21f to your computer and use it in GitHub Desktop.
Save banyudu/e4d6578f8bb8bf7672d9af52d5f3e21f to your computer and use it in GitHub Desktop.
usage of proxyGetDBRecord
let name = yield* cache.proxyGetDBRecord(db.Something, id, 'name');
let record = yield* cache.proxyGetDBRecord(db.Something, id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment