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
1ed5f84a
Commit
1ed5f84a
authored
Dec 02, 2019
by
Andy Guan
Browse files
Added the missed macro definition in slowlog.h
parent
f5d48537
Changes
1
Show whitespace changes
Inline
Side-by-side
src/slowlog.h
View file @
1ed5f84a
...
@@ -27,6 +27,9 @@
...
@@ -27,6 +27,9 @@
* POSSIBILITY OF SUCH DAMAGE.
* POSSIBILITY OF SUCH DAMAGE.
*/
*/
#ifndef __SLOWLOG_H__
#define __SLOWLOG_H__
#define SLOWLOG_ENTRY_MAX_ARGC 32
#define SLOWLOG_ENTRY_MAX_ARGC 32
#define SLOWLOG_ENTRY_MAX_STRING 128
#define SLOWLOG_ENTRY_MAX_STRING 128
...
@@ -47,3 +50,5 @@ void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long durati
...
@@ -47,3 +50,5 @@ void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long durati
/* Exported commands */
/* Exported commands */
void
slowlogCommand
(
client
*
c
);
void
slowlogCommand
(
client
*
c
);
#endif
/* __SLOWLOG_H__ */
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