Skip to content

Commit

Permalink
Merge pull request #13 from georgiancamarasan/patch-1
Browse files Browse the repository at this point in the history
Fixed small typo in README.md
  • Loading branch information
pmagaz authored Aug 12, 2024
2 parents ffeb923 + fb9e4a5 commit c901520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RedDb is the migration of a side project originally written in NodeJs that was d

## When

If you are looking for a classic Key/Value storage you will find better options since RedDb is not a Key/Value (RedDb uses autogeneratd Uuids). You can store any kind of [data](#Data) since data will be handled as a [generic](#Data) but RedDb was designed to store Objects/Structs and peform basic search operations in those Structs. Said that, if yo if you are looking for an lightweight and easy to use in-memory data store with [persistance](#persistance), RedDb could be a good choice!
If you are looking for a classic Key/Value storage you will find better options since RedDb is not a Key/Value (RedDb uses autogeneratd Uuids). You can store any kind of [data](#Data) since data will be handled as a [generic](#Data) but RedDb was designed to store Objects/Structs and peform basic search operations in those Structs. Said that, if you are looking for a lightweight and easy to use in-memory data store with [persistance](#persistance), RedDb could be a good choice!

## API

Expand Down

0 comments on commit c901520

Please sign in to comment.