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
for instance I am able to set and retrieve a binary key ((' \u039b\ufffd\ufffd#\ufffdm')) or (' ��#�m') from python but unable to read this key using gomemcache due to this check :
is there a reason why legalKey function returns False if the binary key has whitespace character ?
having a key with whitespace is not an issue when using `python-binary-memcached in spite of https://github.com/memcached/memcached/blob/95e6469bd2ceef92bcaaf140e2724fc73d556185/doc/protocol.txt#L49.
for instance I am able to set and retrieve a binary key ((' \u039b\ufffd\ufffd#\ufffdm')) or (' ��#�m') from python but unable to read this key using gomemcache due to this check :
gomemcache/memcache/memcache.go
Line 95 in 1952afa
python code:
Go
The text was updated successfully, but these errors were encountered: