Skip to content

sina-am/queue-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Priority Queue Service Over TCP

Build

Just run make

    $ make 

Usage

After build command, there are two executable files in bin/ directory

Runing the queue-server:

$ ./bin/queue-server -b 0.0.0.0:1080

Running the queue-cli:

$ ./bin/queue-cli -h <server_address>
>

It gives you an interactive command line. Currently only enqueue and dequeue commands are supported.

About

In-memory priority queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published