Closed sergelogvinov closed 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.
redigo: StringMap for "tls-allowlist" not a bulk string value, got []interface {}
KeyDB has value-array in CONFIG GET * request.
CONFIG GET *
What do you think, is ti possible to skip such value? Or convert (join) array as string with ,?
,
Thanks.
Yep, you are right. Thank you for feedback.
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.