Updated Projects (markdown)
diff --git a/Projects.md b/Projects.md
index 400cf1f..78a028a 100644
--- a/Projects.md
+++ b/Projects.md
@@ -337,6 +337,7 @@
   * [gringo](https://github.com/textnode/gringo) - A minimalist queue implemented using a stripped-down lock-free ringbuffer
   * [heap](https://github.com/golangplus/container/tree/master/heap) - A general heap package without converting elements to `interface{}` and back.
   * [queued](https://github.com/timtadh/queued) - A simple network queue daemon
+  * [queue] (https://github.com/kavehmz/queue) - A queue manager on top of Redis
 
 ### Graphs