-
To reproduce:
``` python
from redis import Redis
from jsonpickle import encode
r = Redis()
encode(r)
```
This snippet throws `KeyError: 0`. It seems that jsonpickle assumes an object to be "list-l…
-
**Version**:
```
$ pip3 show redis
Name: redis
Version: 4.3.4
```
**Platform**:
Python 3.9.2 on Debian GNU/Linux 11
**Description**: The bytes is converted to string in the vector search…
-
### Is your feature request related to a problem? Please describe.
In my code, I would like to use the vector database function of redis. I compiled this method using Cython3.0.9 version, but got t…
-
[re-posting in github after private reporting, as agreed with antirez]
Due to leaky whitelisting in LUA sandbox and contract violation in an assertion, it is possible to remotely crash redis (in a re…
lucab updated
9 years ago
-
```bash
rg 'def _[^_]' -g '!src/tests/**/*.py'
```
```bash
src/quranbot_answer.py
108: def _pre_build(self) -> None:
src/services/user_prayer_keyboard.py
126: async def _exists_prayer…
-
在同一台Linux机器上,使用压测工具siege,并发为100
1、关闭 rewrite_by_lua_file '/data/code/ABTestingGateway/diversion/diversion.lua';
使用top查看,cpu消耗低于10%
2、打开 rewrite_by_lua_file '/data/code/ABTestingGateway/diversion/di…
-
### What happened?
Hi, I'm working on a Livewire + Octane & FrankenPHP project.
I noticed a bug in the app, that seems to be caused by missing `X-Livewire` header in request, that happens when upgra…
-
**Version**: 6.0
**Platform**: Any
**Description**: The typing provided by the redis package [is terrible](https://github.com/redis/redis-py/issues/2399#issuecomment-2298091739) and the recommen…
-
I've noticed that my tasks are scheduled strangely between restarts. For internals, they wait the entire amount of time of the internal.
After digging into the source, I've narrowed down the issue …
-
I have two py files: profile.py and celery_test.py
I use jsonpickle.dumps(xx) in profile.py to dump the object to redis. Then, I load the object from redis in celery_test.py
The problem is that I …