creativecreature / sturdyc

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant
MIT License
331 stars 11 forks source link

feat: Add an API for getting all keys #11

Closed creativecreature closed 4 months ago

creativecreature commented 4 months ago

Overview

This PR adds an API for getting all of the keys in the cache

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 91.11111% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 91.91%. Comparing base (3bc44ff) to head (70656b0).

Files Patch % Lines
cache.go 92.30% 1 Missing and 1 partial :warning:
shard.go 77.77% 1 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== - Coverage 92.17% 91.91% -0.27% ========================================== Files 12 12 Lines 652 680 +28 ========================================== + Hits 601 625 +24 - Misses 34 36 +2 - Partials 17 19 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.