Commit Graph

  • a7ff5eac39 Accepting request 1143976 from devel:languages:python factory Ana Guerrero 2024-02-06 15:32:23 +0000
  • e6310db8b9 - update to 2.21.0: * Implement all TOP-K commands (TOPK.INFO, TOPK.LIST, TOPK.RESERVE, * TOPK.ADD, TOPK.COUNT, TOPK.QUERY, TOPK.INCRBY) #278 * Implement all cuckoo filter commands #276 * Implement all Count-Min Sketch commands #277 * Fix XREAD blocking bug #274 #275 * EXAT option does not work #279 Dirk Mueller 2024-02-04 10:09:14 +0000
  • 303be00d41 Accepting request 1133819 from devel:languages:python Ana Guerrero 2023-12-18 21:55:30 +0000
  • dc226e4988 - update to 2.20.1: * Fix XREAD bug #256 * Testing for python 3.12 Dirk Mueller 2023-12-18 09:28:19 +0000
  • 7cf7957749 Accepting request 1130857 from devel:languages:python Ana Guerrero 2023-12-05 16:02:49 +0000
  • 56ef4967e2 - update to 2.20.0: * Implement BITFIELD command #247 * Implement COMMAND, COMMAND INFO, COMMAND COUNT #248 Dirk Mueller 2023-12-04 21:41:35 +0000
  • 9ea81b37e1 Accepting request 1118880 from devel:languages:python Ana Guerrero 2023-10-20 21:16:15 +0000
  • b81ef3f156 - Remove unnecessary BR on python-lupa Matej Cepl 2023-10-19 10:05:12 +0000
  • 92cbb03fb3 Accepting 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 #237 Dirk Mueller 2023-09-26 13:24:02 +0000
  • a333d05ac6 Accepting 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 #42 Dirk Mueller 2023-09-11 20:38:41 +0000
  • 9402bb1106 Accepting 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 #218 Dirk Mueller 2023-09-04 15:54:16 +0000
  • 0da8f9f85e Accepting 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 #204 Dirk Mueller 2023-07-18 14:44:14 +0000
  • f436a8c3f3 Accepting 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 code Dirk Mueller 2023-07-01 20:35:20 +0000
  • 89ec72be4b Accepting 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 Mueller 2023-05-29 13:38:56 +0000
  • 0d2233acf9 Accepting request 1087281 from devel:languages:python Dominique Leuenberger 2023-05-16 12:16:06 +0000
  • 09548b44fa Accepting 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/password Dirk Mueller 2023-05-08 18:09:31 +0000
  • b7773abbf6 Accepting request 1085419 from home:ojkastl_buildservice:Branch_devel_languages_python Dirk Mueller 2023-05-08 08:19:31 +0000
  • 777c34d347 Accepting 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
  • 2b26d3882e Accepting request 1064219 from devel:languages:python Dominique Leuenberger 2023-02-11 20:55:58 +0000
  • b5722c4281 - update to 2.7.1: * Fix import error for NoneType (#120) * Implement - JSON.ARRINDEX - JSON.OBJLEN - JSON.OBJKEYS - JSON.ARRPOP - JSON.ARRTRIM - JSON.NUMINCRBY - JSON.NUMMULTBY - XADD - XLEN - XRANGE - XREVRANGE * Implement JSON.TYPE, JSON.ARRLEN and JSON.ARRAPPEND * Fix encoding of None (#118) Dirk Mueller 2023-02-10 10:41:33 +0000
  • a9b4d4b6b1 Accepting 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 Mueller 2023-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 Mueller 2023-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 #60 Dirk Mueller 2023-01-06 11:16:19 +0000
  • 72758acd08 Accepting request 1009253 from devel:languages:python Dominique Leuenberger 2022-10-12 16:22:54 +0000
  • 3735292ed5 Accepting request 1009191 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-10-10 06:53:34 +0000
  • 13741e2fc7 Accepting request 1006383 from devel:languages:python Richard Brown 2022-10-01 15:41:47 +0000
  • ebacc938b1 Accepting request 1006376 from home:pgajdos:python Daniel Garcia 2022-09-27 11:57:03 +0000
  • 623e8f0107 Accepting request 982345 from devel:languages:python Dominique Leuenberger 2022-06-17 19:20:14 +0000
  • 7ec4036add Accepting request 982135 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-06-13 06:27:46 +0000
  • 2a85fb16cf Accepting 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 watches Dirk Mueller 2022-01-23 20:37:19 +0000
  • 678059f019 Accepting request 926299 from devel:languages:python Dominique Leuenberger 2021-10-20 18:23:09 +0000
  • 37198fd058 Accepting request 925841 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-10-19 12:25:26 +0000
  • 0cce0cab57 Accepting request 903056 from devel:languages:python Dominique Leuenberger 2021-07-10 20:53:51 +0000
  • bb53ee6d02 fix Ondřej Súkup 2021-06-29 10:50:15 +0000
  • 03a0993d75 - update to 1.5.2 * support python 3.9 * support aioredis Ondřej Súkup 2021-06-29 10:49:59 +0000
  • 37a9447c99 Accepting request 786873 from devel:languages:python Dominique Leuenberger 2020-04-19 19:42:50 +0000
  • da2b607a33 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=9 Tomáš Chvátal 2020-03-20 12:40:30 +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
  • c8461ea7fa Accepting request 786861 from home:frispete:OpenStack:Common Tomáš Chvátal 2020-03-20 12:26:53 +0000
  • 707f18d5ea Accepting 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
  • 726d2826b0 Accepting 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
  • bfe3c48dd8 Accepting request 690884 from devel:languages:python Dominique Leuenberger 2019-04-05 10:01:17 +0000
  • 08201e7ce8 Accepting request 690170 from home:jayvdb:django Tomáš Chvátal 2019-04-03 08:05:18 +0000