forked from pool/python-fakeredis
- update to 2.12.0:
* Implement `XREAD` #147 * Unique FakeServer when no connection params are provided * Minor fixes supporting multiple connections * Update documentation * connection parameters awareness: * Creating multiple clients with the same connection parameters will result in the same server data structure. * Fix creating fakeredis.aioredis using url with user/password OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=30
This commit is contained in:
parent
b7773abbf6
commit
42223a2c7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10f0b7da7590d6b6dca65d3f1b1905284303ba051c48ad4badde197335d36366
|
||||
size 160924
|
3
fakeredis-2.12.0-gh.tar.gz
Normal file
3
fakeredis-2.12.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f64c16d69724a5e90176176ffd7919ea721eb4092ed55ec871a548006ff59f4
|
||||
size 163132
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 18:09:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.12.0:
|
||||
* Implement `XREAD` #147
|
||||
* Unique FakeServer when no connection params are provided
|
||||
* Minor fixes supporting multiple connections
|
||||
* Update documentation
|
||||
* connection parameters awareness:
|
||||
* Creating multiple clients with the same connection parameters
|
||||
will result in the same server data structure.
|
||||
* Fix creating fakeredis.aioredis using url with user/password
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 07:09:16 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fakeredis
|
||||
Version: 2.10.3
|
||||
Version: 2.12.0
|
||||
Release: 0
|
||||
Summary: Fake implementation of redis API for testing purposes
|
||||
License: BSD-3-Clause AND MIT
|
||||
|
Loading…
Reference in New Issue
Block a user