hiredis-py
hiredis-py copied to clipboard
Python wrapper for hiredis
Time for a new release? Btw, travis-ci.org is dead, maybe time to move to github action and cibuildwheel?
change git submodule url scheme & .travis.yml: make use of CFLAG=-std=c99 1. update gitsubmodule to the correct url scheme repo The hiredis submodule changed to https://github.com/redis/hiredis.git . This change fixes...
*RESP3* introduced the [`PUSH`](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md#push-type) type for transmitting out of band data to a client (such as pubsub messages, client tracking invalidation events etc.). Except for being its own type (identified...
on centos7 `pip install hiredis` fails with multiple errors of this class: ``` gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ivendor -I/export/gitlab-runner/builds/stxz_Jrf/0/ws/www/venv/include -I/home/webmaster/opt/include/python3.10 -c vendor/hiredis/read.c -o build/temp.linux-x86_64-3.10/vendor/hiredis/read.o...
re submodule protocol error ``` ❯ git submodule update --init --recursive Cloning into '/home/kapilt/projects/hiredis-py/vendor/hiredis'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see...
Linux and Mac binary wheels were handled by travis builds, but it seems that travis is currently broken. Instead of fixing it, I suggest a single github action that builds...
According to the [spec](https://github.com/antirez/RESP3/blob/master/spec.md), ```b"(123456\r\n"``` is a valid big number type, but I just got a ProtocolError, says ```Protocol error, got "(" as reply type byte```, meanwhile, the [pure python...
I have neither the time nor the energy to fulfil the maintainer role here. I failed to spend enough time in the past and haven't pushed out a release in...
There's a security fix available for hiredis. See: * CVE-2021-32765 - https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2 * https://github.com/redis/hiredis/blob/master/CHANGELOG.md