Skip to content

Commit 545dce8

Browse files
authored
Update README.md
1 parent ffabe85 commit 545dce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Generic value log implementation for key-value separated storage, inspired by Ro
2222
- 100% safe & stable Rust
2323
- Supports generic KV-index structures (LSM-tree, ...)
2424
- Generic per-blob compression (optional)
25-
- In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage
25+
- In-memory blob cache for hot data (can be shared between multiple value logs to cap memory usage)
2626
- On-line garbage collection
2727

2828
Keys are limited to 65536 bytes, values are limited to 2^32 bytes.

0 commit comments

Comments
 (0)