Skip to content

0.0.5 Release

Compare
Choose a tag to compare
@tarnfeld tarnfeld released this 11 Aug 13:13
· 40 commits to master since this release

We've added support for TTLs!

You can now specify a TTL as a global default (note: this will apply to all records by default) or set a TTL explicitly on a per record basis. Read the README for more details.

  • Implement TTLs for records (#23)
  • Query optimizations (#24)
  • Implement a default TTL on all records (5 mins) (#25)
  • Updated the README with details of TTLs (#26)