Packages

Pockets is an Elixir wrapper around Erlang :ets and :dets, a disk-based term storage. It offers a simple key/value store with a familiar interface. This is a simple alternative to :mnesia or Redis.

Current section

Files

Jump to
pockets CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Pockets
## v0.1.0
Initial release. Basic functionality present, but untested!
## v1.0.0
Tests! Support for `:bag` and `:duplicate_bag`!