-
* Django Async Redis version: 0.2.0
* Python version: 3.11
* Operating System: EndeavourOS
### Description
I try to use async redis cache in Django (synchronous is working fine)
```py
asyn…
-
Hi,
rw_redis_fdw fails to build against PostgreSQL 15. Can you please take a look? Thanks!
> /usr/lib64/ccache/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Xclang -no-opaque-poin…
-
Hey!
I would really like to use this module but the redis in my environment needs to have authentication turned on.
I tried to solve this by using content_by_lua but don't know how to.
This is what…
-
Hello experts,
We're using AWS elasticache redis cluster to store query response of Apollo Graphql server v4. We're getting the following error.
![image](https://github.com/redis/ioredis/assets/…
-
### New Issue Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [question](https://gith…
-
### Mage version
0.9.70
### Describe the bug
In version 0.9.69, you introduced a change (https://github.com/mage-ai/mage-ai/pull/4843). Unfortunately, this caused our environment update proce…
-
When using MULTI AND LRANG together will cause error "Redis server returned invalid response near pos 18 in "
conf like this:
"
redis2_query MULTI;
redis2_query LRANGE "dict" 0 0;
redis2_query EX…
-
https://github.com/safety-data/akka-persistence-redis/blob/897f31698a9c61fbb19eeef5135dfdd2a090b2b4/src/main/scala/akka/persistence/query/journal/redis/ScalaReadJournal.scala#L36
Is this `private[r…
-
When using the json module for redis and the crate feature json, I cannot use the NX and XX args when setting a JSON.
I would like to do the equivalent of this using `.json_set` using the json crat…
-
Here is what I want to do. When the user clicks on a button it sends a post request via Ajax to /api/start_mining endpoint, which creates a task to mine points. Every 5 seconds it triggers the task to…