# Functions
NewRedisMock returns a mock for storage.Redis.
# Structs
RedisMock implements storage.Redis.
RedisMockCloseExpectation specifies expectation struct of the Redis.Close.
RedisMockCloseResults contains results of the Redis.Close.
RedisMockGetExpectation specifies expectation struct of the Redis.Get.
RedisMockGetParams contains parameters of the Redis.Get.
RedisMockGetResults contains results of the Redis.Get.
RedisMockPingExpectation specifies expectation struct of the Redis.Ping.
RedisMockPingResults contains results of the Redis.Ping.
RedisMockSetExpectation specifies expectation struct of the Redis.Set.
RedisMockSetParams contains parameters of the Redis.Set.
RedisMockSetResults contains results of the Redis.Set.