karmajunkie / not_redis

In-memory elixir server that mimics Redis' behavior. Sort of. Whatever it is, its not redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotRedis

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add not_redis to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:not_redis, "~> 0.1.0"}]
end
```
  1. Ensure not_redis is started before your application:
```elixir
def application do
  [applications: [:not_redis]]
end
```

About

In-memory elixir server that mimics Redis' behavior. Sort of. Whatever it is, its not redis.

License:MIT License


Languages

Language:Elixir 100.0%