test-redis

module
v0.0.0-...-f491e30 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: GPL-2.0

README

test-redis

Practice, Go support for Redis.

Simple operations:

  • open DB connection;
  • write a value;
  • read the value.

Dependencies

  • install Go
  • run Redis server like the following: docker run -d -p 6379:6379 redislabs/redismod

Build & run

Update vendor: go mod tidy

Then just run make to run or make build to make binary (placed to "bin" folder).

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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