https://github.com/fadhil-riyanto/ramdb
a redis like database (but use flat file).
https://github.com/fadhil-riyanto/ramdb
chsarp db dotnet-library key-value-database
Last synced: 29 days ago
JSON representation
a redis like database (but use flat file).
- Host: GitHub
- URL: https://github.com/fadhil-riyanto/ramdb
- Owner: fadhil-riyanto
- License: gpl-2.0
- Created: 2022-10-04T10:23:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T06:31:06.000Z (over 2 years ago)
- Last Synced: 2025-02-05T21:59:26.213Z (3 months ago)
- Topics: chsarp, db, dotnet-library, key-value-database
- Language: C#
- Homepage: https://www.nuget.org/packages/ramdb/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
- License: license
Awesome Lists containing this project
README
intro:
ramdb is memory based ram (redis like) but use flat file.example:
example explained in test file (ramdb.Test/)note:
1. you must create directory first
2. for DeleteAfter() method, you must fill it with int second (ie: 30 second, 3600 second for 1 hours. etc)
3. always use commit() or you will loss your datalicense:
GPL - v2
Copyright (C) 2022 Fadhil riyanto