Skip to content

Instantly share code, notes, and snippets.

@ritikesh
Last active May 18, 2020 15:48
Show Gist options
  • Save ritikesh/b0de6486ce709828fde67bed951517b9 to your computer and use it in GitHub Desktop.
Save ritikesh/b0de6486ce709828fde67bed951517b9 to your computer and use it in GitHub Desktop.
blog gists
gem install memoize_until
> irb
irb:> require 'memoize_until'
irb:> MemoizeUntil.hour(:default) {
irb:> $redis.get("APP_CONFIGS")
irb:> }
irb:> # memoizes(until the end of the day) and returns the result of #PerformSomeComplexOperation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment