Skip to content

elixir-web/exmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Todo

  1. Add timestamps

  2. Add reverse turn

Author

@0xAX

About

Exmq - is redis based message queue for ElixirLang.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages