Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
df45fed0
Commit
df45fed0
authored
Feb 14, 2020
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
20eeddfb
ddb80bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tracking.c
View file @
df45fed0
...
@@ -441,5 +441,6 @@ uint64_t trackingGetTotalItems(void) {
...
@@ -441,5 +441,6 @@ uint64_t trackingGetTotalItems(void) {
}
}
uint64_t
trackingGetTotalKeys
(
void
)
{
uint64_t
trackingGetTotalKeys
(
void
)
{
if
(
TrackingTable
==
NULL
)
return
0
;
return
raxSize
(
TrackingTable
);
return
raxSize
(
TrackingTable
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment