Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
/ redis Public archive

Small Redis client

Notifications You must be signed in to change notification settings

sliide/redis

Repository files navigation

Redis

A small wrapper package to access Redis

How to test

go test ./...

The test will set up container using docker automatically, and run the tests against the real Redis environment.