Skip to content

A Go implementation of a cache using an in-memory map for data storage and leveraging Redis syntax

License

Notifications You must be signed in to change notification settings

ChukwuEmekaAjah/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache

cache This is a basic cache that leverages Redis commands to store and retrieve data from an in-memory data store.

Usage

Clone the repository and build the server.go file as well as the client.go file. You can run the server by specifying any port of your choice as the preferred port to listen on. To run the client, set the corresponding server port as the port to communicate with the server on.

go run server.go 8080
go run client.go localhost:8080

About

A Go implementation of a cache using an in-memory map for data storage and leveraging Redis syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages