9ea81b37e1Accepting request 1118880 from devel:languages:python
Ana Guerrero
2023-10-20 21:16:15 +0000
b81ef3f156- Remove unnecessary BR on python-lupaMatej Cepl2023-10-19 10:05:12 +0000
92cbb03fb3Accepting request 1113668 from devel:languages:python
Dominique Leuenberger
2023-09-27 22:24:57 +0000
3bbdd8f9b5- update to 2.19.0: * Implement Bloom filters commands #239 * Fix error on blocking XREADGROUP #237Dirk Mueller2023-09-26 13:24:02 +0000
a333d05ac6Accepting request 1110364 from devel:languages:python
Ana Guerrero
2023-09-12 19:02:18 +0000
8ed169ae2a- update to 2.18.1: * Fix stream type issue #233 * Support for redis-py 4.5.0 #125 * Enable redis7 support by @cunla in #42Dirk Mueller2023-09-11 20:38:41 +0000
9402bb1106Accepting request 1108924 from devel:languages:python
Ana Guerrero
2023-09-06 16:55:57 +0000
23a0ad5a12- update to 2.18.0: * Implement PUBSUB NUMPAT#195, SSUBSCRIBE#199, SPUBLISH#198, SUNSUBSCRIBE#200, PUBSUB SHARDCHANNELS#196, PUBSUB SHARDNUMSUB#197 * Fix All aio.FakeRedis instances share the same server #218Dirk Mueller2023-09-04 15:54:16 +0000
0da8f9f85eAccepting request 1099295 from devel:languages:python
Ana Guerrero
2023-07-24 16:12:04 +0000
ab1fa57536- update to 2.17.0: * Implement LPOS#207, LMPOP#184, and BLMPOP#183 * Implement ZMPOP#191, BZMPOP#186 * Fix incorrect error msg for group not found #210 * fix: use same server_key within pipeline when issued watch issue with ZRANGE and ZRANGESTORE with BYLEX #214 * Implemented support for JSON.MSET#174, JSON.MERGE#181 * Add support for version for async FakeRedis #205 * Updated how to test django_rq #204Dirk Mueller2023-07-18 14:44:14 +0000
f436a8c3f3Accepting request 1096319 from devel:languages:python
Dominique Leuenberger
2023-07-03 15:41:30 +0000
633afd07b4- update to 2.15.0: * Implemented support for various stream groups commands: * XGROUP CREATE#161, XGROUP DESTROY#164, XGROUP SETID#165, XGROUP DELCONSUMER#162, * XGROUP CREATECONSUMER#163, XINFO GROUPS#168, XINFO CONSUMERS#168, XINFO STREAM#169, XREADGROUP#171, * XACK#157, XPENDING#170, XCLAIM#159, XAUTOCLAIM * Implemented sorted set commands: * ZRANDMEMBER#192, ZDIFF#187, ZINTER#189, ZUNION#194, ZDIFFSTORE#188, * ZINTERCARD#190, ZRANGESTORE#193 * Implemented list commands: * BLMOVE#182, * Improved documentation. * Fix documentation link * Fix requirement for packaging.Version #177 * Implement HRANDFIELD#156 * Implement JSON.MSET * Improve streams codeDirk Mueller2023-07-01 20:35:20 +0000
89ec72be4bAccepting request 1089578 from devel:languages:python
Dominique Leuenberger
2023-05-30 20:02:04 +0000
da10a10b53- update to 2.13.0: * Fixed xadd timestamp (fixes#151) (#152) * Implement XDEL #153 * Improve test code * Fix reported security issue * Add support for Connection.read_response arguments used in redis-py 4.5.5 and 5.0.0 * Adding state for scan commands (#99) * Improved documentation (added async sample, etc.)Dirk Mueller2023-05-29 13:38:56 +0000
0d2233acf9Accepting request 1087281 from devel:languages:python
Dominique Leuenberger
2023-05-16 12:16:06 +0000
09548b44faAccepting request 1085446 from devel:languages:python
Dominique Leuenberger
2023-05-09 11:07:42 +0000
42223a2c7b- 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/passwordDirk Mueller2023-05-08 18:09:31 +0000
b7773abbf6Accepting request 1085419 from home:ojkastl_buildservice:Branch_devel_languages_pythonDirk Mueller2023-05-08 08:19:31 +0000
777c34d347Accepting request 1080252 from devel:languages:python
Dominique Leuenberger
2023-04-20 13:13:39 +0000
3d14807b73- Update to 2.10.3: * Support for redis-py 5.0.0b1 * Include tests in sdist (#133) * Fix import used in GenericCommandsMixin.randomkey (#135) * Fix async_timeout usage on py3.11 (#132) * Enable testing django-cache using FakeConnection. * All geo commands implemented * Fix bug for xrange * Fix bug for xrevrange * Implement XTRIM * Add support for MAXLEN, MAXID, LIMIT arguments for XADD command * Add support for ZRANGE arguments for ZRANGE command #127 * Relax python version requirement #128 * Support for redis-py 4.5.0 #125
Steve Kowalik
2023-04-19 07:48:41 +0000
2b26d3882eAccepting request 1064219 from devel:languages:python
Dominique Leuenberger
2023-02-11 20:55:58 +0000
a9b4d4b6b1Accepting request 1061721 from devel:languages:python
Dominique Leuenberger
2023-01-29 13:10:20 +0000
7d5040de45- drop fakeredis-pr54-fix-ensure_str.patch (upstream)Dirk Mueller2023-01-28 09:41:24 +0000
9becdebc0f- update to v2.5.0: * Implement support for BITPOS (bitmap command) (#112) * Fix json mget when dict is returned (#114) * fix: properly export (#116) * Extract param handling (#113)Dirk Mueller2023-01-23 09:25:14 +0000
213d8ff19b- update to v2.4.0: * Implement LCS (#111), BITOP (#110) * Fix bug checking type in scan_iter (#109) * Implement GETEX (#102) * Implement support for JSON.STRAPPEND (json command) (#98) * Implement JSON.STRLEN, JSON.TOGGLE and fix bugs with JSON.DEL (#96) * Implement PUBSUB CHANNELS, PUBSUB NUMSUB * Implement JSON.CLEAR (#87) * Support for redis-py v4.4.0 * Implement json.mget (#85) * Initial json module support - JSON.GET, JSON.SET and JSON.DEL (#80) * fix: add nowait for asyncio disconnect (#76) * Refactor how commands are registered (#79) * Refactor tests from redispy4_plus (#77) * Remove support for aioredis separate from redis-py (redis-py versions 4.1.2 and below). (#65) * Add support for redis-py v4.4rc4 (#73) * Add mypy support (#74) * Implement support for zmscore by @the-wondersmith in #67 * What's Changed * implement GETDEL and SINTERCARD support by @cunla in #57 * Test get float-type behavior by @cunla in #59 * Implement BZPOPMIN/BZPOPMAX support by @cunla in #60Dirk Mueller2023-01-06 11:16:19 +0000
72758acd08Accepting request 1009253 from devel:languages:python
Dominique Leuenberger
2022-10-12 16:22:54 +0000
3735292ed5Accepting request 1009191 from home:bnavigator:branches:devel:languages:pythonDirk Mueller2022-10-10 06:53:34 +0000
13741e2fc7Accepting request 1006383 from devel:languages:python
Richard Brown
2022-10-01 15:41:47 +0000
ebacc938b1Accepting request 1006376 from home:pgajdos:pythonDaniel Garcia2022-09-27 11:57:03 +0000
623e8f0107Accepting request 982345 from devel:languages:python
Dominique Leuenberger
2022-06-17 19:20:14 +0000
7ec4036addAccepting request 982135 from home:bnavigator:branches:devel:languages:pythonMatej Cepl2022-06-13 06:27:46 +0000
2a85fb16cfAccepting request 950047 from devel:languages:python
Dominique Leuenberger
2022-02-03 22:16:20 +0000
d1a89fa574- update to 1.7.0 * Change a number of corner-case behaviours to match Redis 6.2.6. * Fix DeprecationWarning for sampling from a set * Improved support for constructor arguments * Support redis-py 4 * Add support for GET option to SET * PERSIST and EXPIRE should invalidate watchesDirk Mueller2022-01-23 20:37:19 +0000
678059f019Accepting request 926299 from devel:languages:python
Dominique Leuenberger
2021-10-20 18:23:09 +0000
37198fd058Accepting request 925841 from home:bnavigator:branches:devel:languages:pythonMatej Cepl2021-10-19 12:25:26 +0000
0cce0cab57Accepting request 903056 from devel:languages:python
Dominique Leuenberger
2021-07-10 20:53:51 +0000
ce69becb0c- Disable py2 as upstream actually disabled python2 support competely * The syntax simply is not compatible
Tomáš Chvátal
2020-03-20 12:34:25 +0000
c8461ea7faAccepting request 786861 from home:frispete:OpenStack:Common
Tomáš Chvátal
2020-03-20 12:26:53 +0000
707f18d5eaAccepting request 730624 from devel:languages:python
Ludwig Nussel
2019-09-13 13:03:02 +0000
5ed13d805d- Update to 1.0.5: * No upstream changelog
Tomáš Chvátal
2019-09-13 07:58:22 +0000
726d2826b0Accepting request 725096 from devel:languages:python
Dominique Leuenberger
2019-08-22 08:55:52 +0000
33558de07c- Update to 1.0.4: * various bugfixes all around
Tomáš Chvátal
2019-08-21 14:38:26 +0000
bfe3c48dd8Accepting request 690884 from devel:languages:python
Dominique Leuenberger
2019-04-05 10:01:17 +0000
08201e7ce8Accepting request 690170 from home:jayvdb:django
Tomáš Chvátal
2019-04-03 08:05:18 +0000