memcached
memcached copied to clipboard
Fix truncation of bytes/bytes_read/bytes_written stats
These stats are stored in a uint64_t
but we were truncating them to 32 bits.
hey @aroben , thanks for the PR. We just embed the memcached C client in the gem. So, is this changed in the C client? If so, I can bump it here. Otherwise we might need to send a patch there instead.
So, is this changed in the C client?
Yeah, as mentioned above, newer versions of the C client have already fixed this bug.
@aroben , I am looking into update the client here, as it is SUPER old.. but before I have all that done, I need to get CI back to green, and after I have that I will merge this for us.. thanks a lot
The embedded libmemcached has been upgraded to 1.0.18 on master now, which is the newest release, so I think this can be closed now.