-
Is there a plan to move to redix v4?
Advantages from their [doc](https://github.com/mediocregopher/radix):
> v4 has feature parity with v3 and more! The biggest selling points are:
>
> - More…
-
Seems redis has a plugin for JSON , what do you think about create that feature using the sqlite json field type? I would like to help code
-
We are using Redis6 for our pubsub and we have this ACL in place `+@all -@dangerous -@admin` for security reasons.
The problem is that the new client side caching feature release in version 1.4.0 use…
-
Phoenix pubsub appears unable to connect to redis after upgrading to redix 1.4.0. We're getting spammed with the following error message, unfortunately without any more info:
`unable to establish i…
-
https://redis.io/docs/manual/client-side-caching/
This is supposed to be the pubsub
```
(Connection 1 -- used for invalidations)
CLIENT ID
:4
SUBSCRIBE __redis__:invalidate
*3
$9
subscribe
…
-
```
** (Mix.Error) Can't continue due to errors on dependencies
```
A little more info at: https://github.com/elixir-lsp/elixir-ls/pull/110/files/b82d658bd86be7ed1c649601cd9bedd7e7c83764..225c5ee…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I fetch an image, tag it, and submit - and THEN I'm told the image has already been uploaded, based on the sha512 hash.
…
-
Thanks for the library! 💟
Seems like some of the `POST` methods on toxiproxy have been turned into `PATCH`es. I get this from the toxiproxy logs when using ToxiproxyEx:
```
ProxyUpdate: HTTP m…
-
```
cocktailparty@elixir-http-01 2023-12-14 08:26:53.471 error #PID running CocktailpartyWeb.Endpoint (connection #PID, stream id 1) terminated
Server: broker.d4-project.org:80 (http)
Request: POST…
-
## Issue
`attribute` not working with `text` field.
## Reproduce the issue
I followed the document [here](https://devs.redux.io/configuration/fields/attributes.html)
```php
Redux::set…