Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed Mar 21, 2024
2 parents 5f3ba7c + ba60280 commit 9cd0b06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# redis-queue

a reliable, lightweight message queue for golang

# Feature
1. **Queue Interaction**: Enables push and pop interactions with the message queue.
2. **Atomic**: Handles push and pop operations atomically, providing safety against race conditions.
3. **Persistence**: Ensures no message loss, even in the event of an unexpected program termination.

0 comments on commit 9cd0b06

Please sign in to comment.