Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 539 Bytes

Tiny-Redis Util

Low level utility functionality for tinyredis

Versioning

tinyredis_util is being semantically versioned. Roughly described, major version changes will always represent backwards incompatible changes, minor version changes will always represent new features and will be backwards compatible, and patch ('tiny') version changes will always be bug fixes

How to run tests

  1. Make sure redis is running
  2. Run dub test

How to build

Run dub build