You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since server is a str of Unix socket location in this case, not the tuple that contains IP and PORT, TypeError: not enough arguments for format string happens when using get_many and set_many.
At line 409 of /pymemcache/client/hash.py
Since
server
is astr
of Unix socket location in this case, not thetuple
that containsIP
andPORT
,TypeError: not enough arguments for format string
happens when usingget_many
andset_many
.Should be like
or restricting Unix Socket on
HashClient
if it's not likely to have multiple Unix sockets (I'm not sure about this)The text was updated successfully, but these errors were encountered: