# writebehind

writebehind provides a simple, in-memory cache for incrementing variables that change
frequently. It is concurrency-safe, and syncs back to a more permanent store at a
configurable interval. For more information, see the godoc.

To report bugs and request features, please use the
[writebehind Trello board](https://trello.com/b/aCm2vhw7/writebehind).

Licensing information can be found in the LICENSE file.

Patches are accepted. Provide a Mercurial repository with the changes you'd like merged,
and we will be happy to pull in your changes. If you do not have a Mercurial host, you
can get one free at [Bitbucket](https://www.bitbucket.org).

If you have any questions, feel free to email [projects@secondbit.org](mailto:projects@secondbit.org).
