Skip to content

Instantly share code, notes, and snippets.

@Jks15063
Created December 19, 2015 00:00
Show Gist options
  • Save Jks15063/97692e6400385261f490 to your computer and use it in GitHub Desktop.
Save Jks15063/97692e6400385261f490 to your computer and use it in GitHub Desktop.
def get(bucket, key) do
Agent.get(bucket, &HashDict.get(&1, key))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment