Skip to main content
A store is a common interface for storing, reading and deleting key-value pairs. The store implementation is responsible for cleaning up expired data on its own. You can build your own store by implementing the following interface:
Store
Entry
Last modified on May 21, 2026