-
**Describe the bug**
i have `redix` library defined in my config and i also have hammer one defined as below:
```
config :hammer,
backend:
{Hammer.Backend.Redis,
[
expiry_ms: …
-
https://github.com/alash3al/redix
-
Hi, I'm deploying my app to a production environment which employs a managed Redis that uses ipv6 as the connection url. Redix supports ipv6 via passing `socket_opts: [:inet6]` to `Redix.start_link/2.…
-
**Describe the bug**
Recently we're trying to connect a redis cluster for use with Hammer, but we got an error that comes from Redix:
![image](https://user-images.githubusercontent.com/17634377/…
-
Today, developers that want to use Redix or RedixSentinel have to keep an interface against both APIs. For example, if I start a Redix connection, then I need to call `Redix.command` or `Redix.pipelin…
-
Hi,
while trying to install dependency, I get AccessDenied?
➜ rediscluster mix deps.get
Failed to fetch record for 'redix_cluster' from registry (using cache)
AccessDeniedAccess DeniedCBCC…
-
### Description
The full imlementation and logic in Redix Sort
### Domain
Competitive Programming
### Type of Contribution
Documentation
### Code of Conduct
- [X] I follow [Contributing Guideli…
-
Let's say I want to test something locally, and I only have a single redis instance, with no sentinel. Can I use this _without_ a sentinel? Note that we are using sentinel in production, so I'd prefer…
-
Apparently ElasticCache needs a specific option set for tls to work. See https://hexdocs.pm/redix/Redix.html#module-ssl .
In a release you cannot serialize the configuration needed. I have a patch …
-
As the title suggests, the output is currently not very helpful when using pinned variables.
See an example below:
```elixir
assert_called Redix, :pipeline, [
:redix,
[
["HSET", ^acc…