Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed May 7, 2024
1 parent c1f57ed commit 0721283
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# SparKV

SparKV is an expirable in-memory key-value store for Rust.

## Features

1. Flexible item-level TTL, with a pre-defined default TTL.
2. Automatically clear expired entries. Can be turn off in Config.
3. String based key-value store.
4. Enforceable value and store size.
5. SparKV is intentionally not an LRU cache.

## TODO

1. Documentations
1. Support generic data types

## License

MIT License<br>
Copyright (c) 2024 U-Zyn Chua

0 comments on commit 0721283

Please sign in to comment.