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
I am using the memcachedclient.Stats() to get the ServerStats item and using an IPEndpoint object I created which has my server IP Address and port #, I am also using an empty StatItem to retrieve a result from the GetValue method of ServerStat.
My result is weird:
Even though I haven't written anything to the server, every time I retrieve this result it has increased. Can someone explain why?
Is the returned data of GetValue() the count of total cache items or total bytes stored in the cache node?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I am using the memcachedclient.Stats() to get the ServerStats item and using an IPEndpoint object I created which has my server IP Address and port #, I am also using an empty StatItem to retrieve a result from the GetValue method of ServerStat.
My result is weird:
Even though I haven't written anything to the server, every time I retrieve this result it has increased. Can someone explain why?
Is the returned data of GetValue() the count of total cache items or total bytes stored in the cache node?
Thank you.
The text was updated successfully, but these errors were encountered: