Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
29920dce
Commit
29920dce
authored
Feb 22, 2011
by
antirez
Browse files
conflict resolved in cherry pick
parent
f96a9f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
29920dce
...
@@ -945,6 +945,7 @@ void initServer() {
...
@@ -945,6 +945,7 @@ void initServer() {
}
}
if
(
server
.
ds_enabled
)
dsInit
();
if
(
server
.
ds_enabled
)
dsInit
();
srand
(
time
(
NULL
)
^
getpid
());
}
}
/* Populates the Redis Command Table starting from the hard coded list
/* Populates the Redis Command Table starting from the hard coded list
...
...
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