learning_go/go-code-samples/get-started-with-redis
2025-12-20 10:21:45 +03:00
..
.idea Added plan of tests 2025-12-20 10:21:45 +03:00
testdata Added plan of tests 2025-12-20 10:21:45 +03:00
expiringkeys.go Added plan of tests 2025-12-20 10:21:45 +03:00
getandset.go Added plan of tests 2025-12-20 10:21:45 +03:00
go.mod Added plan of tests 2025-12-20 10:21:45 +03:00
go.sum Added plan of tests 2025-12-20 10:21:45 +03:00
main.go Added plan of tests 2025-12-20 10:21:45 +03:00
ping.go Added plan of tests 2025-12-20 10:21:45 +03:00
pipeline_test.go Added plan of tests 2025-12-20 10:21:45 +03:00
pipeline.go Added plan of tests 2025-12-20 10:21:45 +03:00
pubsub.go Added plan of tests 2025-12-20 10:21:45 +03:00
README.md Added plan of tests 2025-12-20 10:21:45 +03:00
redisclient.go Added plan of tests 2025-12-20 10:21:45 +03:00
resetdata.go Added plan of tests 2025-12-20 10:21:45 +03:00
transaction.go Added plan of tests 2025-12-20 10:21:45 +03:00

Getting Started with Redis in Go

This tutorial demonstrates how to use Redis, the popular in-memory database that doubles as cache, pub/sub service, and streaming service, with Go and GoLand.

Find the tutorial here.