./databases/py-redis, Redis Python client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.8, Package name: py312-redis-5.0.8, Maintainer: pkgsrc-users

The Python interface to the Redis key-value store.


Required to run:
[devel/py-async-timeout] [lang/python310]

Master sites:

Filesize: 4487.94 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-05 09:46:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.8

5.0.8

Resolve some docs warnings
Bdd missing type hints for retry.py

Breaking Changes

Timeseries insertion filters for close samples

New Features

Hash field expiration commands
Support the MAXAGE option for CLIENT KILL
Support NOVALUES parameter for HSCAN
Document XREAD of last message (+)
Support missing/empty values in search
Timeseries insertion filters for close samples

Maintenance

Add extra tests for GEO search
Test special characters escaping in search

Bug Fixes

Decode search results at field level
   2024-06-26 18:28:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.7

5.0.7

Bug Fixes

None UnixDomainSocket timeout

Maintenance

Updated redis version to represent latest available build
   2024-06-14 17:14:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.6

5.0.6
Bug Fixes
Handle lists in the response of INFO
   2024-06-07 13:02:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.5

5.0.5

Bug Fixes

Fix parsing of INFO response
   2024-04-27 06:58:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.4

5.0.4

Bug Fixes

Make it possible to customize SSL ciphers
   2024-03-11 07:48:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-redis: updated to 5.0.3

5.0.3

Bug Fixes

Fix breaking change: message in LockError is now optional

Maintenance

Bump release-drafter/release-drafter from 5 to 6
Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0
Remove redundant async-timeout dependency
   2024-02-28 19:02:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-redis: updated to 5.0.2

5.0.2

New Features

Allow to control the minimum SSL version
Add modules support to async RedisCluster
Adding lock_name to LockError
Add GEOSHAPE field type for index creation of RediSearch

Bug Fixes

Fix retry logic for pubsub and pipeline
Ignore TypeError on disconnect (within multiprocess)
Release already acquired connections on ClusterPipeline, when get_connection \ 
raises an exception
Fix possible pipeline connections leak
Return a copy of the response from cache
Fix: HSET unexpectedly mutates the list passed to items
Fix acl_genpass with bits
Allow the parsing of the asking command to forward original options
Fix parsing of FT.PROFILE result
Use disable_decoding in async read_response with hiredis parser.
Fix return types in json commands
Fix Specifying Target Nodes broken hyperlink

Maintenance

Fix incorrect asserts in test and ensure connections are closed
Revert stale issue version update
Docs: Add timeout parameter for get_message example
Bump codecov/codecov-action from 3 to 4
Bump actions/stale from 3 to 9
Fix grammer in BlockingConnectionPool class documentation
Updating async-timeout to 4.0.3
Fix type hint of arbitrary argument lists
Fix JSON.OBJLEN type hint
Fix HDEL type hint
Docs: organize cluster mode part of lua scripting
Update reported version deprecation in asyncio.client
Make the connection callback methods public again, add documentation
Update repr of important classes with module name and recommended "< …
Typo in advanced features documentation
Fix typos in documentation
Add "sum" to DUPLICATE_POLICY documentation of TS.CREATE, TS.ADD and \ 
TS.ALTER
Fixed typo in ocsp.py
Creating CODEOWNERS for documentation