alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Allow large values in Memcache storage. #20

Closed jacobkiers closed 10 years ago

jacobkiers commented 10 years ago

By default, Memcache can only store values of up to 1 MB. These commits aim to work around this issue.

It works by splitting the value into parts of 0.99 MB when result 37 - ITEM TOO BIG is received when setting the value for the first time.