go-redis Compatibility Report

Engula: Redis server v=7.2.11 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=a9076abb8525c26c
Redis baseline: Redis server v=7.2.11 sha=d4c381df:0 malloc=jemalloc-5.3.0 bits=64 build=7dce983fad20426a
go-redis tag:
Compatibility threshold: 0.95
Started: 2026-05-26 13:27:33
100.00%
Compat Pass Rate
580 / 580
Shared Pass
0
Engula-only Failures
0
Engula-only Skips/Pending
89
Shared Failures (baseline noise)
678
Total Leaf Specs (engula)

Run Summary

MetricEngulaRedis
Total leaf specs678678
Passed580580
Failed8989
Skipped77
Pending22
Duration97.0s96.1s
[BeforeSuite]passedpassed
[AfterSuite]passedpassed

Engula-only Regressions (0)

No regressions: every Redis-passing spec also passes on Engula.
Shared Failures (baseline noise) — 89 specs
These specs failed on both Engula and Redis. They are not blockers for the compatibility gate — they are typically caused by missing modules (RedisJSON, RedisSearch, RedisBloom, etc.) on a vanilla Redis baseline.
SpecMessage
[It] RedisTimeseries commands should TSCreate and TSCreateWithArgs [timeseries, tscreate, tscreateWithArgs]Unexpected error: <*net.OpError | 0x2ae41ef73d60>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e92b710>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ecffb40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSAdd and TSAddWithArgs [timeseries, tsadd, tsaddWithArgs]Unexpected error: <*net.OpError | 0x2ae41ee66190>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e92bdd0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ec1b3e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSAlter [timeseries, tsalter]Unexpected error: <*net.OpError | 0x2ae41ee664b0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb6e9c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee48380>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSCreateRule and TSDeleteRule [timeseries, tscreaterule, tsdeleterule]Unexpected error: <*net.OpError | 0x2ae41efb0140>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ea45710>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4c6a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSIncrBy, TSIncrByWithArgs, TSDecrBy and TSDecrByWithArgs [timeseries, tsincrby, tsdecrby, tsincrbyWithArgs, tsdecrbyWithArgs]Unexpected error: <*net.OpError | 0x2ae41efb0460>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ea45e00>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4cdc0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSGet [timeseries, tsget]Unexpected error: <*net.OpError | 0x2ae41ee66910>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb6f440>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee48800>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSGet Latest [timeseries, tsgetlatest]Unexpected error: <*net.OpError | 0x2ae41efb06e0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb6fc20>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4d020>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSInfo [timeseries, tsinfo]Unexpected error: <*net.OpError | 0x2ae41ee66dc0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb6fe00>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee48dc0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMAdd [timeseries, tsmadd]Unexpected error: <*net.OpError | 0x2ae41ee670e0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1a4e0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee493c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMGet and TSMGetWithArgs [timeseries, tsmget, tsmgetWithArgs]Unexpected error: <*net.OpError | 0x2ae41ee673b0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1ab10>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee498c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSQueryIndex [timeseries, tsqueryindex]Unexpected error: <*net.OpError | 0x2ae41efb0b40>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee2a9c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4d3c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSDel and TSRange [timeseries, tsdel, tsrange]Unexpected error: <*net.OpError | 0x2ae41efb0e60>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee2af60>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4d6a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSRange, TSRangeWithArgs [timeseries, tsrange, tsrangeWithArgs]Unexpected error: <*net.OpError | 0x2ae41efb1180>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee2b3e0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4d940>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSRevRange, TSRevRangeWithArgs [timeseries, tsrevrange, tsrevrangeWithArgs]Unexpected error: <*net.OpError | 0x2ae41efb14a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee2bad0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ea4de40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMRange and TSMRangeWithArgs [timeseries, tsmrange, tsmrangeWithArgs]Unexpected error: <*net.OpError | 0x2ae41efb17c0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee16210>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee414e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMRangeWithArgs Latest [timeseries, tsmrangeWithArgs, tsmrangelatest]Unexpected error: <*net.OpError | 0x2ae41efb1ae0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee16690>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee41ca0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMRevRange and TSMRevRangeWithArgs [timeseries, tsmrevrange, tsmrevrangeWithArgs]Unexpected error: <*net.OpError | 0x2ae41ee676d0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1b260>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee49d80>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisTimeseries commands should TSMRevRangeWithArgs Latest [timeseries, tsmrevrangeWithArgs, tsmrevrangelatest]Unexpected error: <*net.OpError | 0x2ae41ee660a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1a0c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eb126a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFAdd [probabilistic, bloom, bfadd]Unexpected error: <*net.OpError | 0x2ae41efc8e60>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ebf8000>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2180>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFCard [probabilistic, bloom, bfcard]Unexpected error: <*net.OpError | 0x2ae41efc9180>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ebf8870>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2440>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFExists [probabilistic, bloom, bfexists]Unexpected error: <*net.OpError | 0x2ae41efc94a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ebf8e70>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2700>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFInfo and BFReserve [probabilistic, bloom, bfinfo, bfreserve]Unexpected error: <*net.OpError | 0x2ae41efc97c0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ebf9860>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe29c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFInfoCapacity, BFInfoSize, BFInfoFilters, BFInfoItems, BFInfoExpansion, [probabilistic, bloom, bfinfocapacity, bfinfosize, bfinfofilters, bfinfoitems, bfinfoexpansion]Unexpected error: <*net.OpError | 0x2ae41efc9ae0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e836e40>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2c80>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFInsert [probabilistic, bloom, bfinsert]Unexpected error: <*net.OpError | 0x2ae41efc9e00>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e837650>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2f40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFMAdd [probabilistic, bloom, bfmadd]Unexpected error: <*net.OpError | 0x2ae41f090230>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e837e60>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3200>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFMExists [probabilistic, bloom, bfmexists]Unexpected error: <*net.OpError | 0x2ae41f090500>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8a390>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3460>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFReserveExpansion [probabilistic, bloom, bfreserveexpansion]Unexpected error: <*net.OpError | 0x2ae41f0907d0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8a8d0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3700>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFReserveNonScaling [probabilistic, bloom, bfreservenonscaling]Unexpected error: <*net.OpError | 0x2ae41f026140>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb84f60>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f001420>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFScanDump and BFLoadChunk [probabilistic, bloom, bfscandump, bfloadchunk]Unexpected error: <*net.OpError | 0x2ae41f0900a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb84180>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe20a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands bloom should BFReserveWithArgs [probabilistic, bloom, bfreserveargs]Unexpected error: <*net.OpError | 0x2ae41f0903c0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb84e40>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe23e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFAdd [probabilistic, cuckoo, cfadd]Unexpected error: <*net.OpError | 0x2ae41f0260a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8a0c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f0000a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFAddNX [probabilistic, cuckoo, cfaddnx]Unexpected error: <*net.OpError | 0x2ae41f090730>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ed4c180>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2720>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFCount [probabilistic, cuckoo, cfcount]Unexpected error: <*net.OpError | 0x2ae41f090af0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ed4cc90>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2a20>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFDel and CFExists [probabilistic, cuckoo, cfdel, cfexists]Unexpected error: <*net.OpError | 0x2ae41f0265a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8a630>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f000360>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFInfo and CFReserve [probabilistic, cuckoo, cfinfo, cfreserve]Unexpected error: <*net.OpError | 0x2ae41f0268c0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8ae70>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f000620>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFScanDump and CFLoadChunk [probabilistic, cuckoo, bloom, cfscandump, cfloadchunk]Unexpected error: <*net.OpError | 0x2ae41f090e60>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ed4d5c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe2d20>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFInfo and CFReserveWithArgs [probabilistic, cuckoo, cfinfo, cfreserveargs]Unexpected error: <*net.OpError | 0x2ae41f026b90>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8b320>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f0008c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFInsert [probabilistic, cuckoo, cfinsert]Unexpected error: <*net.OpError | 0x2ae41f091180>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee7c270>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3040>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFInsertNX [probabilistic, cuckoo, cfinsertnx]Unexpected error: <*net.OpError | 0x2ae41f026eb0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8b7d0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f000b80>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands cuckoo should CFMexists [probabilistic, cuckoo, cfmexists]Unexpected error: <*net.OpError | 0x2ae41f0271d0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef8bc80>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f000e40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands CMS should CMSIncrBy [probabilistic, cms, cmsincrby]Unexpected error: <*net.OpError | 0x2ae41f0914f0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee7cc30>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3360>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands CMS should CMSInitByDim and CMSInfo [probabilistic, cms, cmsinitbydim, cmsinfo]Unexpected error: <*net.OpError | 0x2ae41f0274a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1a570>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f0010e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands CMS should CMSInitByProb [probabilistic, cms, cmsinitbyprob]Unexpected error: <*net.OpError | 0x2ae41f091810>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee7d6b0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3680>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands CMS should CMSMerge, CMSMergeWithWeight and CMSQuery [probabilistic, cms, cmsmerge, cmsquery]Unexpected error: <*net.OpError | 0x2ae41f091ae0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee7dcb0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3980>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands TopK should TopKReserve, TopKInfo, TopKAdd, TopKQuery, TopKCount, TopKIncrBy, TopKList, TopKListWithCount [probabilistic, topk, topkreserve, topkinfo, topkadd, topkquery, topkcount, topkincrby, topklist, topklistwithcount]Unexpected error: <*net.OpError | 0x2ae41f091e00>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee16540>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41efe3c40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands TopK should TopKReserveWithOptions [probabilistic, topk, topkreservewithoptions]Unexpected error: <*net.OpError | 0x2ae41ee66320>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee16b10>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f188020>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands t-digest should TDigestAdd, TDigestCreate, TDigestInfo, TDigestByRank, TDigestByRevRank, TDigestCDF, TDigestMax, TDigestMin, TDigestQuantile, TDigestRank, TDigestRevRank, TDigestTrimmedMean, TDigestReset, [probabilistic, tdigest, tdigestadd, tdigestcreate, tdigestinfo, tdigestbyrank, tdigestbyrevrank, tdigestcdf, tdigestmax, tdigestmin, tdigestquantile, tdigestrank, tdigestrevrank, tdigesttrimmedmean, tdigestreset]Unexpected error: <*net.OpError | 0x2ae41ee66960>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee16fc0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f1882e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands t-digest should TDigestCreateWithCompression [probabilistic, tdigest, tcreatewithcompression]Unexpected error: <*net.OpError | 0x2ae41f027810>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee1af00>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f001660>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Probabilistic commands t-digest should TDigestMerge [probabilistic, tdigest, tmerge]Unexpected error: <*net.OpError | 0x2ae41ee66eb0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee17410>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f1885c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrAppend [json, arrays, json.arrappend]Unexpected error: <*net.OpError | 0x2ae41eb93090>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef433b0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef92ae0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrIndex and JSONArrIndexWithArgs [json, arrays, json.arrindex]Unexpected error: <*net.OpError | 0x2ae41eb933b0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef43980>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef92fa0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrIndex and JSONArrIndexWithArgs with $ [json, arrays, json.arrindex]Unexpected error: <*net.OpError | 0x2ae41e7ebd10>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee34930>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f189580>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrInsert [json, arrays, json.arrinsert]Unexpected error: <*net.OpError | 0x2ae41eb93720>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ef43ec0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef93260>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrLen [json, arrays, json.arrlen]Unexpected error: <*net.OpError | 0x2ae41ec90230>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee34e10>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f189840>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrPop [json, arrays, json.arrpop]Unexpected error: <*net.OpError | 0x2ae41eb93e00>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ea32780>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef93540>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrTrim [json, arrays, json.arrtrim]Unexpected error: <*net.OpError | 0x2ae41e85e780>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ea32e70>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef937e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands arrays should JSONArrPop [json, arrays, json.arrpop] (#2)Unexpected error: <*net.OpError | 0x2ae41ec905f0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee35350>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f189b20>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONSet [json, getset, json.set]Unexpected error: <*net.OpError | 0x2ae41e85eb40>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ea335f0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ef93b40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONGet [json, getset, json.get]Unexpected error: <*net.OpError | 0x2ae41ec90a50>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41ee359b0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f189de0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONMerge [json, getset, json.merge]Unexpected error: <*net.OpError | 0x2ae41ec90e10>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edfc000>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88a380>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONMSet [json, getset, json.mset]Unexpected error: <*net.OpError | 0x2ae41ec91180>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edfc690>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88a9e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONMGet [json, getset, json.mget]Unexpected error: <*net.OpError | 0x2ae41ec915e0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edfcf30>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88b060>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands get/set should JSONMget with $ [json, getset, json.mget]Unexpected error: <*net.OpError | 0x2ae41ec91c70>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edfd380>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88b2e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONClear [json, misc, json.clear]Unexpected error: <*net.OpError | 0x2ae41e85ef50>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb0000>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc140>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONClear with $ [json, misc, json.clear]Unexpected error: <*net.OpError | 0x2ae41e85f590>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb04b0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc4c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONDel [json, misc, json.del]Unexpected error: <*net.OpError | 0x2ae41e85fa40>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb0960>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc780>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONDel with $ [json, misc, json.del]Unexpected error: <*net.OpError | 0x2ae41ede4190>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb0ed0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88b540>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONForget [json, misc, json.forget]Unexpected error: <*net.OpError | 0x2ae41ede45a0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edfdcb0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88b800>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONForget with $ [json, misc, json.forget]Unexpected error: <*net.OpError | 0x2ae41ede4870>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb90750>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88bac0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONNumIncrBy [json, misc, json.numincrby]Unexpected error: <*net.OpError | 0x2ae41ede4be0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb1050>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41e88bd20>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONNumIncrBy with $ [json, misc, json.numincrby]Unexpected error: <*net.OpError | 0x2ae41eba60f0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41f040270>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc140>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONObjKeys [json, misc, json.objkeys]Unexpected error: <*net.OpError | 0x2ae41ede40f0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb00c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41edd62a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONObjKeys with $ [json, misc, json.objkeys]Unexpected error: <*net.OpError | 0x2ae41ede4410>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb0510>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41edd67e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONObjLen [json, misc, json.objlen]Unexpected error: <*net.OpError | 0x2ae41ede4780>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41edb09f0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41edd6c40>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONStrLen [json, misc, json.strlen]Unexpected error: <*net.OpError | 0x2ae41eba6410>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41f040870>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc4e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONStrAppend [json, misc, json.strappend]Unexpected error: <*net.OpError | 0x2ae41eba67d0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41f0410e0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecc800>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONStrAppend and JSONStrLen with $ [json, misc, json.strappend, json.strlen]Unexpected error: <*net.OpError | 0x2ae41eba6c80>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41f0415c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eeccd00>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONToggle [json, misc, json.toggle]Unexpected error: <*net.OpError | 0x2ae41eba70e0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41f041b30>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecd1a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] JSON Commands Misc should JSONType [json, misc, json.type]Unexpected error: <*net.OpError | 0x2ae41eba7400>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eb84360>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eecd460>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] Monitor command should monitor [monitor]Unexpected error: <*net.OpError | 0x2ae41f423e00>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41eac6420>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f2fdce0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFunctionLoad, TFunctionLoadArgs and TFunctionDelete [gears, tfunctionload]Unexpected error: <*net.OpError | 0x2ae41eeeb680>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41efac2d0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f440c60>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFunctionList [gears, tfunctionlist]Unexpected error: <*net.OpError | 0x2ae41eeeb900>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41efac6c0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41eb8e3e0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFCall [gears, tfcall]Unexpected error: <*net.OpError | 0x2ae41efc8500>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e88f950>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f47ec00>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFCallArgs [gears, tfcallargs]Unexpected error: <*net.OpError | 0x2ae41eeebae0>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41efac900>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee484a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFCallASYNC [gears, TFCallASYNC]Unexpected error: <*net.OpError | 0x2ae41efc8910>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e7521b0>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f47ef00>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] RedisGears commands should TFCallASYNCArgs [gears, TFCallASYNCargs]Unexpected error: <*net.OpError | 0x2ae41efc8c30>: dial tcp :6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e752a20>{IP: nil, Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f47f1c0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } occurred
[It] withConn should replace the connection in the pool when there is no errorExpected <*net.OpError | 0x2ae41ef72730>: dial tcp 127.0.0.1:6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41efadb60>{IP: [127, 0, 0, 1], Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41ee48fe0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } to be nil
[It] withConn should replace the connection in the pool when there is an error not related to a bad connectionExpected <*net.OpError | 0x2ae41efc9590>: dial tcp 127.0.0.1:6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e753d10>{IP: [127, 0, 0, 1], Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f47f6a0>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } to be nil
[It] withConn should remove the connection from the pool when it times outExpected <*net.OpError | 0x2ae41efc9950>: dial tcp 127.0.0.1:6379: connect: connection refused { Op: "dial", Net: "tcp", Source: nil, Addr: <*net.TCPAddr | 0x2ae41e92ec30>{IP: [127, 0, 0, 1], Port: 6379, Zone: ""}, Err: <*os.SyscallError | 0x2ae41f47f920>{ Syscall: "connect", Err: <syscall.Errno>0x6f, }, } to be nil

Per-category Pass Counts

CategoryEngula Pass / TotalRedis Pass / Total
Client36 / 3636 / 36
ClusterClient114 / 114114 / 114
Cmd6 / 66 / 6
Commands318 / 322318 / 322
Conn1 / 11 / 1
Hook3 / 33 / 3
JSON0 / 300 / 30
Monitor0 / 10 / 1
NewFailoverClusterClient1 / 41 / 4
Probabilistic0 / 310 / 31
PubSub19 / 1919 / 19
Redis18 / 1818 / 18
RedisGears0 / 60 / 6
RedisTimeseries0 / 180 / 18
Ring9 / 99 / 9
ScanIterator7 / 77 / 7
Sentinel5 / 55 / 5
SentinelAclAuth1 / 11 / 1
Tx5 / 55 / 5
UniversalClient2 / 32 / 3
cluster4 / 44 / 4
empty2 / 22 / 2
newClusterState2 / 22 / 2
pipelining13 / 1313 / 13
pool5 / 55 / 5
races9 / 109 / 10
withConn0 / 30 / 3