module
Version:
v0.0.0-...-f491e30
Opens a new window with list of versions in this module.
Published: Aug 8, 2022
License: GPL-2.0
Opens a new window with license information.
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
¶
|
|
pkg
|
|
|
|
Click to show internal directories.
Click to hide internal directories.