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
As I see, multi-set is not implemented, however, memcached supports multiple set for binary protocol.
Is there plans to implement this feature?
Just now I have to set each key-value pair separately in parallel, but max degree of parallelism can't be more than SocketPool.MaxPoolSize, otherwise I start getting a lot of Pool is full errors.
The text was updated successfully, but these errors were encountered:
As I see, multi-set is not implemented, however, memcached supports multiple set for binary protocol.
Is there plans to implement this feature?
Just now I have to set each key-value pair separately in parallel, but max degree of parallelism can't be more than
SocketPool.MaxPoolSize
, otherwise I start getting a lot ofPool is full
errors.The text was updated successfully, but these errors were encountered: