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
Would be nice having a method to receive data + keys from memcached as it can be used to point out which serialization is used for particular set of data.
The text was updated successfully, but these errors were encountered:
If cache item is set with flag value different from 0 ClientException is thrown.
It seems to be quite a strict behavior as it is not possible to use memcached flags for any kind of indication for client side.
https://github.com/aio-libs/aiomcache/blob/master/aiomcache/client.py#L106
Would be nice having a method to receive data + keys from memcached as it can be used to point out which serialization is used for particular set of data.
The text was updated successfully, but these errors were encountered: