3bbdd8f9b5- update to 2.19.0: * Implement Bloom filters commands #239 * Fix error on blocking XREADGROUP #237Dirk Mueller2023-09-26 13:24:02 +00:00
a333d05ac6Accepting request 1110364 from devel:languages:python
Ana Guerrero
2023-09-12 19:02:18 +00:00
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 +00:00
9402bb1106Accepting request 1108924 from devel:languages:python
Ana Guerrero
2023-09-06 16:55:57 +00:00
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 +00:00
0da8f9f85eAccepting request 1099295 from devel:languages:python
Ana Guerrero
2023-07-24 16:12:04 +00:00
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 +00:00
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 +00:00
b7773abbf6Accepting request 1085419 from home:ojkastl_buildservice:Branch_devel_languages_pythonDirk Mueller2023-05-08 08:19:31 +00:00
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 +00:00
7d5040de45- drop fakeredis-pr54-fix-ensure_str.patch (upstream)Dirk Mueller2023-01-28 09:41:24 +00:00
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 +00:00
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 +00:00
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 +00:00
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 +00:00
c8461ea7faAccepting request 786861 from home:frispete:OpenStack:Common
Tomáš Chvátal
2020-03-20 12:26:53 +00:00
707f18d5eaAccepting request 730624 from devel:languages:python
Ludwig Nussel
2019-09-13 13:03:02 +00:00
5ed13d805d- Update to 1.0.5: * No upstream changelog
Tomáš Chvátal
2019-09-13 07:58:22 +00:00