Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

elixir-web/exmq

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
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

  • 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

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.