package
0.0.0-20221127050721-9cb517b0f1e6
Repository: https://github.com/masterofbinary/redistypes.git
Documentation: pkg.go.dev

# Functions

AssertEqual checks if got, returned from redis, is equal to want, a string or an int.
DeleteKey deletes name from Redis.
IntsToInterfaceSlice converts ints to a slice of interfaces containing the ints.
RandomKey returns a key of the form test:<number>, where <number> is a random number.
StringsToInterfaceSlice converts strings to a slice of interfaces containing the strings.