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
d06a5b23
Commit
d06a5b23
authored
Jul 05, 2010
by
antirez
Browse files
Fixed compilation on *BSD systems
parent
b67d2345
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
d06a5b23
...
@@ -6,6 +6,7 @@ VERSION 2.2 TODO (Optimizations and latency)
...
@@ -6,6 +6,7 @@ VERSION 2.2 TODO (Optimizations and latency)
* Support for syslog(3).
* Support for syslog(3).
* Change the implementation of ZCOUNT to use the augmented skiplist in order to be much faster.
* Change the implementation of ZCOUNT to use the augmented skiplist in order to be much faster.
* Add an explicit test for MULTI/EXEC reloaded in the AOF.
VM TODO
VM TODO
=======
=======
...
...
src/redis.h
View file @
d06a5b23
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
#include <unistd.h>
#include <unistd.h>
#include <errno.h>
#include <errno.h>
#include <inttypes.h>
#include <inttypes.h>
#include <pthread.h>
#include "ae.h"
/* Event driven programming library */
#include "ae.h"
/* Event driven programming library */
#include "sds.h"
/* Dynamic safe strings */
#include "sds.h"
/* Dynamic safe strings */
...
...
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