mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
Client side caching: show tracking slots usage in INFO.
This commit is contained in:
@ -288,3 +288,9 @@ void trackingLimitUsedSlots(void) {
|
||||
}
|
||||
timeout_counter++;
|
||||
}
|
||||
|
||||
/* This is just used in order to access the amount of used slots in the
|
||||
* tracking table. */
|
||||
unsigned long long trackingGetUsedSlots(void) {
|
||||
return TrackingTableUsedSlots;
|
||||
}
|
||||
|
Reference in New Issue
Block a user