Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add key/value storage feature #509

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add key/value storage feature #509

wants to merge 1 commit into from

Conversation

frenck
Copy link
Owner

@frenck frenck commented Dec 30, 2023

Description

New feature for Spook: a key/value store.

It allows for storing any value and retrieving it later. Stored items can have a TTL and can thus expire. Additionally, a flag is there to indicate if the item should be stored in a persistent storage, or, in memory only.

To-do:

  • More testing
  • Condition to test values against stored ones directly
  • Add template methods to work with the storage
  • Documentation

Motivation and Context

I've made this to restore the need of helpers and storing bigger datasets.

How has this been tested?

Screenshots (if appropriate):

image

image

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@frenck frenck added the new-feature New features or options. label Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant