mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module github.com/gofiber/storage/redis
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gofiber/utils v1.0.1
|
|
)
|