Skip to content

siarhei-shliayonkin/test-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

practice, Go support for Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published