We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f53f084 + cacd53c commit a48c695Copy full SHA for a48c695
lib/3scale/backend/async_redis/protocol/extended_resp2.rb
@@ -13,7 +13,7 @@ class ExtendedRESP2
13
14
def initialize(db: nil, credentials: [])
15
@db = db
16
- @credentials = credentials
+ @credentials = credentials.reject{_1.to_s.strip.empty?}
17
end
18
19
def client(stream)
0 commit comments