We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c45cb commit 5cb7fe9Copy full SHA for 5cb7fe9
client_test.go
@@ -1,4 +1,4 @@
1
-package redis_timeseries_go
+package redis_bloom_go
2
3
import (
4
"os"
@@ -11,12 +11,12 @@ import (
11
)
12
13
func createClient() *Client {
14
- valueh, exists := os.LookupEnv("REDISTIMESERIES_TEST_HOST")
+ valueh, exists := os.LookupEnv("REDISBLOOM_TEST_HOST")
15
host := "localhost:6379"
16
if exists && valueh != "" {
17
host = valueh
18
}
19
- valuep, exists := os.LookupEnv("REDISTIMESERIES_TEST_PASSWORD")
+ valuep, exists := os.LookupEnv("REDISBLOOM_TEST_PASSWORD")
20
password := "SUPERSECRET"
21
var ptr *string = nil
22
if exists {
pool.go
"math/rand"
0 commit comments