Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Exmq

Exmq - is redis based message queue for ElixirLang.

Usage

First of all you must have runned redis.

After starting redis and exmq set up connection with:

set_up_connection('localhost', 6379)

And you can use it:

push('channel1', {:ok, :test})
push('channel1', {:ok, :test2})
push('channel1', {:ok, :test3})
{:ok, :test3} = pop('channel1')

Contributing

  • Fork git@github.com:elixir-web/exmq.git
  • Make changes
  • Send pull request
  • Thank you.

Todo

  1. Add timestamps

  2. Add reverse turn

Author

@0xAX

About

Exmq - is redis based message queue for ElixirLang.

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.