1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Add scan struct example (#1870)

This commit is contained in:
Vladimir Mihailenco
2021-08-29 19:37:17 +03:00
committed by GitHub
parent 989295a24b
commit ed42d3c37b
6 changed files with 166 additions and 6 deletions

View File

@ -0,0 +1,9 @@
module github.com/go-redis/redis/example/scan-struct
go 1.14
replace github.com/go-redis/redis/v8 => ../..
require (
github.com/go-redis/redis/v8 v8.11.3
)