Skip to content

Tags: happybits/redpipe

Tags

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
atkretsch Andy Kretschmar
bump version to 4.3.0

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from happybits/andyk/evalsha-support

add support for executing scripts via EVALSHA

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
atkretsch Andy Kretschmar
bump version to 4.1.0

4.0.1-20240625

Toggle 4.0.1-20240625's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from happybits/andyk/mypy-fixes

fix a mypy error; update mypy & flake8; drop python 3.7 and 3.8 support

4.0.1-20240624

Toggle 4.0.1-20240624's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from happybits/72squared-master

sync with upstream (drop py2 support, drop redis-py-cluster support, support newer redis-py versions)

2.3.5

Toggle 2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
From Khuumi: fixing an issue where iterators were not being treated a…

…s a string (#6)

[bug-fix] fixing an issue where iterators were not being treated as a string

2.3.4

Toggle 2.3.4's commit message
StringListField should return an empty string for an empty list encod…

…ing.

2.3.3

Toggle 2.3.3's commit message
Relaxing validation for fields a little bit and try to just do the ri…

…ght thing.

2.3.2

Toggle 2.3.2's commit message
looks like a bug in pypy3

2.3.1

Toggle 2.3.1's commit message
Introduce Keyspace.super_pipe property.

Allows multiple pipelined functions to share the same parent pipeline.
Don't use this unless you know what you're doing. We will work out the
documentation as we explore the need for this further
and standardize the api.