-
-
I have:
```python
RQ_QUEUES = {
"default": {
"DEFAULT_TIMEOUT": datetime.timedelta(hours=1).seconds,
"URL": REDIS_URL,
}
}
if REDIS_URL.startswith("rediss://"): # …
-
**Describe the bug**
Missing used memory stats when sending reply to client on pipeline mode
**To Reproduce**
Steps to reproduce the behavior:
1. Start dragonfly
2. run in redis-cli `debug popu…
-
### Describe the bug
`SINTERSTORE` doesn't overwrite an existing string. `SUNIONSTORE` and `SDIFFSTORE` are also affected.
### Steps to reproduce the bug
Please see the following Python snippet. Co…
-
Versions:
```bash
fastapi-cache2==0.2.2
fastapi-cache2[redis]==0.2.2
.venv ❯ python --version
Python 3.12.4
```
Redis:
`docker run -d --name redis-stack-server -p 6379:6379 redis/redis-sta…
-
### Feature description
Ref https://zerodha.tech/stack/
* frappe framework
* bench
* mariadb
* redis
* vuejs
* python
* javascript
-
### What problem are you trying to solve?
`init_hook`s are cool. I'd like `exit_hook`s that do the opposite. For instance, I'm always starting up an ephemeral redis container for ansible facts that o…
-
As mentioned in the title -
Major changes and fixes merged into main — including:
CI fixes.
CI enhancement.
Nightly run full CI matrix.
Test flakiness fixes.
Test fixes — mainly 6.2.
Node.js te…
-
### Describe your environment
OS: macOS Sequoia
Architecture: x86_64 (Intel processor)
Python: 3.12.5
opentelemetry-api==1.27.0
opentelemetry-distro==0.48b0
opentelemetry-exporter-otlp==1.27.0…
-
Text Search ADR is here: https://github.com/microsoft/semantic-kernel/issues/5799
Implement new abstractions
Unit tests
Integration tests
Document any limitations in the implementation
Implement…