Skip to content

jeffbmartinez/timedstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timedstore

A key value storage system which can store multiple values per key, along with an active time for each value.

The Get call, when supplied a key, returns all values for which the active time is now.

Tests

The standard: go test ./... To ignore any vendored files: go test $(go list ./... | grep -v /vendor/)

About

Key/value storage where values are only available for a specified period of time.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages