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

Design RedisSimpleQueue class #553

Merged
merged 8 commits into from
Dec 27, 2021
Merged

Design RedisSimpleQueue class #553

merged 8 commits into from
Dec 27, 2021

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 27, 2021

This class is complete with the exception of the .put() and .get()
methods. RedisSimpleQueue will be powered by Redis streams, and the
.put() and .get() methods will be implemented using XADD and
XREAD/XDEL.

https://redis.io/topics/streams-intro

This class is complete with the exception of the `.put()` and `.get()`
methods. `RedisSimpleQueue` will be powered by Redis streams, and the
`.put()` and `.get()` methods will be implemented using `XADD` and
`XREAD`/`XDEL`.

https://redis.io/topics/streams-intro
@brainix brainix self-assigned this Dec 27, 2021
@brainix brainix marked this pull request as ready for review December 27, 2021 15:00
@brainix
Copy link
Owner Author

brainix commented Dec 27, 2021

🐟

@brainix brainix merged commit e7b133a into master Dec 27, 2021
@brainix brainix deleted the redissimplequeue branch December 27, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant