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
Initial commit that introduces UDF (user defined flags).
Memcached.txt specifies that flags are a 16-bit integer. Since the library uses
internally 8 bits to store type, compression and serialization, this leaves us
8 bytes left to store user data. So basically added the udf_flags parameter to
all relevant functions to store and retrieve them.
0 commit comments