cache

package module
v0.0.0-...-f3e138e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2022 License: MIT Imports: 0 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config() string

Types

This section is empty.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL