Skip to content

Welcome to the go-redis-guide repository! This repository serves as a comprehensive guide to working with Redis using the Go programming language. Whether you're new to Redis or just want to deepen your understanding of how to use it effectively with Go, this guide has you covered.

Notifications You must be signed in to change notification settings

lushiv/go-redis-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get started, make sure you have Go installed on your system. Additionally, you'll need a Redis server up and running. If you don't have Redis installed, you can download it from redis.io/download.

Clone this repository to your local machine using:

bash

git clone https://github.com/lushiv/go-redis-guide.git

Change these values with your :

var redisHost = ""
var redisPassword = ""
var redisDB = 0

Navigate to the repository's directory:

bash
`cd go-redis-guide`
`go mod init go-redis-guide`
`go get github.com/go-redis/redis/v8`
`go run main.go`

About

Welcome to the go-redis-guide repository! This repository serves as a comprehensive guide to working with Redis using the Go programming language. Whether you're new to Redis or just want to deepen your understanding of how to use it effectively with Go, this guide has you covered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages