gomodule / redigo

Go client for Redis
Apache License 2.0
9.76k stars 1.25k forks source link

fix: catch array value in stringMap #649

Closed sergelogvinov closed 1 year ago

sergelogvinov commented 1 year ago

Hello,

I've got the error redigo: StringMap for "tls-allowlist" not a bulk string value, got []interface {} using the StringMap func.

KeyDB has value-array in CONFIG GET * request.

What do you think, is ti possible to skip such value? Or convert (join) array as string with ,?

Thanks.

sergelogvinov commented 1 year ago

Yep, you are right. Thank you for feedback.