movens

The configuration bootstrapping with redis backend.

Cofiguration

To configure the endpoints, use the following:

Movens.configure do |config|
  config.host = "localhost"
  config.port = 6379
  config.db = "movens"
end