Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

redirect README users to the official source at Nordix/eredis #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### This source code is no longer maintained. Official Hex.pm source was moved to [Nordix/eredis](https://github.com/Nordix/eredis/)

# eredis

Non-blocking Redis client with focus on performance and robustness.
Expand Down Expand Up @@ -80,15 +82,15 @@ received {message,<<"foo">>,<<"bar">>,<0.34.0>}
```

Pattern Subscribe:

```erl
1> eredis_sub:psub_example().
1> eredis_sub:psub_example().
received {subscribed,<<"foo*">>,<0.33.0>}
{<0.33.0>,<0.36.0>}
2> eredis_sub:ppub_example().
received {pmessage,<<"foo*">>,<<"foo123">>,<<"bar">>,<0.33.0>}
ok
3>
3>
```

EUnit tests:
Expand Down