Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / cunla/fakeredis-py issues and pull requests

#127 - Add support for zrange arguments

Pull Request - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: bug

#125 - Add support for redis-py 4.5

Pull Request - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: enhancement

#124 - Support redis-py 4.5.0 please

Issue - State: closed - Opened by hyeongguen-song over 1 year ago
Labels: enhancement

#123 - Support for ZRANGE command with BYLEX arg

Issue - State: closed - Opened by kchonka over 1 year ago - 2 comments
Labels: enhancement

#121 - No module named 'redis.commands'

Issue - State: closed - Opened by diman82 over 1 year ago - 7 comments
Labels: bug

#120 - Fix import error for NoneType

Pull Request - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: bug, chore

#119 - Broken 'json.set' command in v2.6.0+

Issue - State: closed - Opened by kchonka over 1 year ago - 6 comments
Labels: bug

#118 - Fix encoding of None

Pull Request - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: bug

#117 - Inconsistent `decode_responses` behaviour for RedisJSON

Issue - State: closed - Opened by YaraslauZhylko over 1 year ago - 1 comment
Labels: bug

#116 - fix: properly export

Pull Request - State: closed - Opened by Meemaw over 1 year ago - 3 comments
Labels: bug

#115 - Type issues in Pyright

Issue - State: closed - Opened by Meemaw over 1 year ago - 3 comments
Labels: bug

#114 - Fix json mget when dict is returned

Pull Request - State: closed - Opened by Pichlerdom over 1 year ago - 6 comments
Labels: bug

#113 - Extract param handling

Pull Request - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: chore

#112 - Implement support for `BITPOS` (bitmap command)

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#111 - Implement LCS

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#110 - Implement BITOP

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement, chore

#109 - Fix bug checking type in scan_iter

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: bug

#108 - AttributeError: 'FakeSocket' object has no attribute '_type'

Issue - State: closed - Opened by dgcnz almost 2 years ago
Labels: bug

#107 - Use FakeSelector for determining is_ready_for_command

Pull Request - State: closed - Opened by slyboots almost 2 years ago - 8 comments

#106 - AttributeError("'FakeSelector' object has no attribute 'is_ready_for_command'").

Issue - State: closed - Opened by slyboots almost 2 years ago - 1 comment
Labels: bug

#105 - fix:ZADD with XX & GT allows updates with lower scores

Pull Request - State: closed - Opened by cunla almost 2 years ago

#104 - ZADD with XX & GT allows updates with lower scores

Issue - State: closed - Opened by vdraceil almost 2 years ago
Labels: bug

#103 - just a question! when will 2.3.0 hit pypi?

Issue - State: closed - Opened by tommyjcarpenter almost 2 years ago - 1 comment
Labels: enhancement

#102 - Implement GETEX

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#101 - Implement support for `LCS` (string command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, string-commands

#100 - Implement support for `GETEX` (string command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, string-commands

#99 - Adding state for scan commands

Pull Request - State: closed - Opened by matanper almost 2 years ago - 5 comments

#98 - Implement support for `JSON.STRAPPEND` (json command)

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#97 - Implement support for `JSON.STRAPPEND` (json command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, json-commands

#96 - Implement `JSON.STRLEN`, `JSON.TOGGLE` and fix bugs with `JSON.DEL`

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#95 - Scan in lua script doesn't iterate all keys

Issue - State: closed - Opened by matanper almost 2 years ago - 17 comments
Labels: bug

#94 - Implement support for `JSON.STRLEN` (json command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, json-commands

#93 - Implement support for `BITPOS` (bitmap command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, bitmap-commands

#92 - Implement support for `BITOP` (bitmap command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, bitmap-commands

#91 - Implement support for `BITFIELD_RO` (bitmap command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, wontfix, bitmap-commands

#90 - Implement support for `BITFIELD` (bitmap command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted, wontfix, bitmap-commands

#89 - Implement support for `JSON.CLEAR` (json command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted

#88 - Implement support for (json command)

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, help wanted

#87 - Implement `JSON.CLEAR`

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#86 - commands to modify sets have different signature then official redis client.

Issue - State: closed - Opened by klausmyrseth almost 2 years ago - 8 comments
Labels: bug

#85 - Implement json.mget

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#84 - Increase coverage back to above 90%

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: chore

#83 - Implement `JSON.TOGGLE`

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement, json-commands

#82 - Implement `JSON.CLEAR`

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement

#81 - Implement `JSON.MGET`

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement

#80 - Initial json module support - `JSON.GET`, `JSON.SET` and `JSON.DEL`

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: enhancement

#79 - Refactor how commands are registered

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: chore

#78 - Change the way supported commands are registered

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement

#77 - Refactor tests from redispy4_plus

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment
Labels: chore

#76 - fix: add nowait for asyncio disconnect

Pull Request - State: closed - Opened by hyeongguen-song almost 2 years ago - 6 comments
Labels: bug

#75 - Fix typos

Pull Request - State: closed - Opened by kianmeng almost 2 years ago

#74 - Add mypy support

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment

#73 - Add support for redis-py v4.4rc4

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment

#72 - Initial RedisJSON Support

Pull Request - State: closed - Opened by the-wondersmith almost 2 years ago

#71 - Separate commands

Pull Request - State: closed - Opened by cunla almost 2 years ago - 1 comment

#70 - Implement Support For RedisJSON Commands

Issue - State: closed - Opened by the-wondersmith almost 2 years ago - 5 comments
Labels: enhancement, chore

#69 - Extract optional parameter handling to common method

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: enhancement

#68 - Separate commands to mixins

Issue - State: closed - Opened by cunla almost 2 years ago
Labels: chore

#67 - Implement support for `zmscore`

Pull Request - State: closed - Opened by the-wondersmith almost 2 years ago - 9 comments

#66 - Support for redis-py v4.4

Issue - State: closed - Opened by cunla almost 2 years ago - 6 comments
Labels: enhancement

#65 - V2

Pull Request - State: closed - Opened by cunla almost 2 years ago - 2 comments
Labels: enhancement

#64 - Implementing A Currently Unimplemented Command

Issue - State: closed - Opened by the-wondersmith almost 2 years ago - 11 comments
Labels: enhancement

#63 - Missing py.typed

Issue - State: closed - Opened by Goldziher almost 2 years ago - 4 comments
Labels: bug, chore

#61 - clarify license

Issue - State: closed - Opened by lsmith77 almost 2 years ago - 5 comments
Labels: enhancement

#60 - Implement `BZPOPMIN`/`BZPOPMAX` support

Pull Request - State: closed - Opened by cunla almost 2 years ago

#59 - Test get float-type behavior

Pull Request - State: closed - Opened by cunla almost 2 years ago

#58 - Difference in `get` compared to real Redis

Issue - State: closed - Opened by dhruvkb almost 2 years ago - 1 comment
Labels: bug

#57 - implement `GETDEL` and `SINTERCARD` support

Pull Request - State: closed - Opened by cunla almost 2 years ago

#56 - GETDEL support

Issue - State: closed - Opened by lbenc135 almost 2 years ago - 1 comment
Labels: enhancement

#55 - Separate LUA support to a different file

Pull Request - State: closed - Opened by cunla almost 2 years ago

#54 - Fix ensure_str

Pull Request - State: closed - Opened by bnavigator almost 2 years ago - 7 comments

#53 - ensure_str is missing a parameter

Issue - State: closed - Opened by bnavigator almost 2 years ago

#52 - Release failure on Tue Sep 27 2022

Issue - State: closed - Opened by github-actions[bot] about 2 years ago

#51 - Remove six dependency and adding host to `conn_pool_args`

Pull Request - State: closed - Opened by cunla about 2 years ago - 1 comment

#50 - python-six dependency

Issue - State: closed - Opened by pgajdos about 2 years ago - 4 comments
Labels: bug

#49 - zadd support for GT/LT

Pull Request - State: closed - Opened by cunla about 2 years ago

#48 - Pottery RedisDict compatibility

Issue - State: closed - Opened by mchlbatista about 2 years ago - 1 comment
Labels: bug

#47 - ZADD doesn't support GT and LT flags

Issue - State: closed - Opened by BarakSilverfort about 2 years ago
Labels: bug