ex_sider v0.2.0 API Reference
Modules
Currently only works by merging/replacing with maps and then pull/push-ing
Offers read and write access to Redis’ hash functions, without caching. All functions directly result in calls to Redis
Implements Collectable and Access. Doesn’t implement Enumerable, since Redis Key/Value sets should rather not be enumerated. (Its just one big map)
Implements Enumerable and Collectable - meaning
this can be used with Elixir’s Enum w/o limitations