mirror of
https://github.com/gofiber/storage.git
synced 2025-10-11 03:20:26 +08:00
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/gofiber/storage/redis
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.3.3
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|