Skip to content

vpravdi/InMemoryDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package inmemorydb creates a tcp session with a map to accept and store key-value pairs required for immediate execution in runtime syntax to use is as follows

SET "key" "value"

GET "key"

DEL "key"

Example: SET cat persian GET cat DEL cat common applications like cache usage, session specific environmental variables etc.,

This basic in memory db is similar to redis or memcache which are industry standards but the idea is the same

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages