MCPcopy
hub / github.com/redis/go-redis / SkipAfterRedisVersion

Function SkipAfterRedisVersion

main_test.go:90–94  ·  view source on GitHub ↗
(version float64, msg string)

Source from the content-addressed store, hash-verified

88}
89
90func SkipAfterRedisVersion(version float64, msg string) {
91 if RedisVersion > version {
92 Skip(fmt.Sprintf("(redis version > %f) %s", version, msg))
93 }
94}
95
96var _ = BeforeSuite(func() {
97 addr := os.Getenv("REDIS_PORT")

Callers 2

commands_test.goFile · 0.85
search_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected