|
Ran
|
Jobs
1
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
travis-ci
Fix RedisCluster.GetMultiKey (#2539) This method was not returning any error for the case of missing keys. calling with `[]string{"1", "2"}` keys that dont exists resulted into `[]string{"", ""} , nil` . This changes adds additional check to ensure if no value retuned we get `nil, ErrKeyNotFound` Fixes #2490 (cherry picked from commit bf8579396)
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 2 | 7403.2 (LATEST_GO=true) | 0 | Travis Job 7403.2 |