Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key expiration #125

Open
tuhuynh27 opened this issue May 11, 2022 · 5 comments
Open

Key expiration #125

tuhuynh27 opened this issue May 11, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@tuhuynh27
Copy link
Member

Regarding the key expiration feature in Keva

Nãy thấy mọi ng bàn luận vui quá, có nói đến vụ implement expire timer. trc mình cũng có tìm hiểu thì có 1 thuật toán / datastructure khá hay để giải quyết vụ này gọi là timer wheel http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf. Trong netty cũng có implement sẵn có thể tham khảo https://github.com/netty/netty/blob/4.1/common/src/main/java/io/netty/util/HashedWheelTimer.java

@tuhuynh27
Copy link
Member Author

Is anyone interested in this issue? @ThanhChinhBK @yampml @taivtse

@tuhuynh27 tuhuynh27 added the help wanted Extra attention is needed label May 12, 2022
@ThanhChinhBK
Copy link
Collaborator

ThanhChinhBK commented May 12, 2022

I'm interested, Can I handle this issue ? @tuhuynh27

@yampml
Copy link
Member

yampml commented May 12, 2022

I also interested in this issue and actually was reading redis implementation yesterday. Can we cooperate?

@tuhuynh27 tuhuynh27 added enhancement New feature or request and removed help wanted Extra attention is needed labels May 12, 2022
@tuhuynh27
Copy link
Member Author

@yampml Cool, when done researching can you note what you've read in a .md file, so we can bring it on our blog as well.

@tuhuynh27
Copy link
Member Author

https://redis.io/commands/expire/#how-redis-expires-keys Refer Redis's approaches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants