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
056c19c6
Commit
056c19c6
authored
Jun 07, 2010
by
antirez
Browse files
TODO updated
parent
b785b2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
056c19c6
...
...
@@ -6,6 +6,13 @@ VERSION 2.2 TODO (Optimizations and latency)
* Support for syslog(3).
* Implement an UDP interface for low-latency operations.
* Use the same pointer of db->dict in db->expire hash table for keys.
1) Set the keyptr hash table type key destructor to NULL.
2) Don't copy the key in setExpire(), but instead lookup the same key
in the dict hash table, and use it.
3) Make sure (and add comments about this) that when a key is deleted or
an expire is touched, the order is: delete the expire, delete the key.
4) Make sure the SETEX command works well in all the cases. Add tests.
VERSION 2.x TODO
================
...
...
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