It is a Redis-like, in-memory database implementation in Golang. This versatile database system accommodates three essential data types: integers, strings, and lists, allowing users to seamlessly interact with their data. In MemStore, data is stored with a unique key, enabling users to conveniently store information and retrieve it using these keys. Through intuitive commands such as SET, GET, NSET, NGET, LSET, LGET, RPUSH, LPUSH, LREMOVE, and RREMOVE, users can efficiently manage their data. The database also comes with an HTTP API to interact with the database and has its own key expiration service and memory safety.
-
Notifications
You must be signed in to change notification settings - Fork 0
Redis-like in-memory database implementation in Golang
License
abinashphulkonwar/redis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Redis-like in-memory database implementation in Golang
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published