mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/gofiber/storage/redis
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.4.0
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|