Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Elixir redis wrapper for integrating with a Redis cache server.

Notifications You must be signed in to change notification settings

pro-football-focus/redis_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedisEx

TODO: Add description

Installation

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

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

About

Elixir redis wrapper for integrating with a Redis cache server.

Resources

Stars

Watchers

Forks

Packages

No packages published