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

#227 - chore(deps): bump mkdocs-material from 9.1.21 to 9.2.5

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, python

#226 - TYPE command is not working for stream type

Issue - State: closed - Opened by GTVanitha about 1 year ago - 5 comments
Labels: bug

#225 - chore(deps-dev): bump tox from 4.7.0 to 4.8.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, python

#224 - chore(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#223 - fix:bug using same server with aioredis

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

#222 - chore(deps): bump mkdocs from 1.4.3 to 1.5.1

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 2 comments
Labels: dependencies, python

#221 - chore(deps): bump mkdocs-material from 9.1.19 to 9.1.21

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, python

#220 - chore(deps-dev): bump flake8 from 6.0.0 to 6.1.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, python

#219 - Can't get fake connection when using `USE_REDIS_CACHE`

Issue - State: closed - Opened by RealOrangeOne about 1 year ago - 2 comments
Labels: bug

#218 - All aio.FakeRedis instances share the same server

Issue - State: closed - Opened by ijrsvt about 1 year ago - 5 comments
Labels: bug

#217 - Update README.md

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

#216 - chore(deps): bump mkdocs-material from 9.1.11 to 9.1.19

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, python

#215 - chore(deps): bump lupa from 1.14.1 to 2.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, python

#214 - fix:issue with ZRANGE and ZRANGESTORE with BYLEX

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

#213 - fix: use same server_key within pipeline when issued `watch`

Pull Request - State: closed - Opened by OlegZv about 1 year ago - 6 comments
Labels: bug

#212 - Using watch within a pipline will use a different server_key if host/port are not provided

Issue - State: closed - Opened by OlegZv about 1 year ago - 1 comment
Labels: bug

#211 - fix:formatting of error message about missing group

Pull Request - State: closed - Opened by sjjessop about 1 year ago - 2 comments
Labels: bug

#210 - Incorrect error message XGROUP_GROUP_NOT_FOUND_MSG

Issue - State: closed - Opened by steve-mavens about 1 year ago - 5 comments
Labels: bug

#209 - aioredis.FakeRedis calls not being registered by pytest-cov

Issue - State: closed - Opened by silviumarcu about 1 year ago - 4 comments
Labels: triage

#208 - Implement `LMPOP` and `BLMPOP`

Pull Request - State: closed - Opened by cunla about 1 year ago

#207 - feat:implement `LPOS`

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

#206 - fix:add support for version argument

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

#205 - fakeredis.aioredis.FakeRedis to support version selection

Issue - State: closed - Opened by steve-mavens about 1 year ago - 1 comment
Labels: enhancement

#204 - Unique `FakeServer` breaks singleton connection in RQ tests

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

#203 - issue with `ZRANGE` and `ZRANGESTORE` with `BYLEX`.

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

#202 - Implement `XACK` and `XPENDING`

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

#201 - Stream groups commands

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

#200 - Implement support for `SUNSUBSCRIBE` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#199 - Implement support for `SSUBSCRIBE` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#198 - Implement support for `SPUBLISH` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#197 - Implement support for `PUBSUB SHARDNUMSUB` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#196 - Implement support for `PUBSUB SHARDCHANNELS` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#195 - Implement support for `PUBSUB NUMPAT` (pubsub command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, pubsub-commands

#194 - Implement support for `ZUNION` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#193 - Implement support for `ZRANGESTORE` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#192 - Implement support for `ZRANDMEMBER` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#191 - Implement support for `ZMPOP` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#190 - Implement support for `ZINTERCARD` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#189 - Implement support for `ZINTER` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#188 - Implement support for `ZDIFFSTORE` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#187 - Implement support for `ZDIFF` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#186 - Implement support for `BZMPOP` (sorted-set command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, sorted-set-commands

#185 - Implement support for `LPOS` (list command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, list-commands

#184 - Implement support for `LMPOP` (list command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, list-commands

#183 - Implement support for `BLMPOP` (list command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, list-commands

#182 - Implement support for `BLMOVE` (list command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, list-commands

#181 - Implement support for `JSON.MERGE` (json command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, json-commands

#179 - Fix documentation #178

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

#178 - Broken link to the guides section of the docs

Issue - State: closed - Opened by steve-mavens over 1 year ago
Labels: bug

#177 - Package packaging is missing from dependencies

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

#176 - Bump cryptography from 40.0.2 to 41.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#175 - Implement `JSON.MERGE`

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, json-commands

#174 - Implement `JSON.MSET`

Issue - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: enhancement, json-commands

#173 - Bump requests from 2.30.0 to 2.31.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#172 - Implement support for `XSETID` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: enhancement, help wanted, stream-commands

#171 - Implement support for `XREADGROUP` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#170 - Implement support for `XPENDING` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#169 - Implement support for `XINFO STREAM` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#168 - Implement support for `XINFO GROUPS` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#167 - Implement support for `XINFO CONSUMERS` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#166 - Implement support for `XINFO` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#165 - Implement support for `XGROUP SETID` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#164 - Implement support for `XGROUP DESTROY` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#163 - Implement support for `XGROUP DELCONSUMER` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#162 - Implement support for `XGROUP CREATECONSUMER` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#161 - Implement support for `XGROUP CREATE` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago - 1 comment
Labels: enhancement, help wanted, stream-commands

#160 - Implement support for `XGROUP` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#159 - Implement support for `XCLAIM` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#158 - Implement support for `XAUTOCLAIM` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#157 - Implement support for `XACK` (stream command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, stream-commands

#156 - Implement support for `HRANDFIELD` (hash command)

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, help wanted, hash-commands

#155 - Fix xstream to use linkedhashmap instead of list

Issue - State: closed - Opened by cunla over 1 year ago
Labels: enhancement, wontfix

#154 - [self-tests] tests against fake redis fail as of 2.13.0

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

#153 - Implement XDEL #150

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

#152 - Fixed xadd timestamp (fixes #151)

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

#151 - XADD uses seconds since epoch instead of milliseconds since epoch

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

#150 - method XDEL not implemented for stream

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

#149 - disconnect_on_error issue with Redis 4.5.5

Issue - State: closed - Opened by alor over 1 year ago - 2 comments
Labels: bug

#148 - is asyncio redis supported?

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

#147 - Implement XREAD

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

#146 - FakeRedis doesn't support to be forked

Issue - State: closed - Opened by tchapi over 1 year ago - 2 comments
Labels: bug

#145 - Update README.md

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

#144 - Update rule

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

#143 - Error msgs fix

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

#142 - Unique FakeServer when no connection params are provided

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

#141 - XREAD support

Issue - State: closed - Opened by provinzkraut over 1 year ago - 1 comment
Labels: enhancement

#140 - State is being shared across instances

Issue - State: closed - Opened by provinzkraut over 1 year ago - 8 comments
Labels: bug

#139 - Fix creating fakeredis.aioredis using url with user/password

Pull Request - State: closed - Opened by markuspinter over 1 year ago

#138 - Adding async fake redis implementation to the list of the exported symbols

Pull Request - State: closed - Opened by flulemon over 1 year ago - 2 comments

#137 - Submit the latest version to Conda Forge

Issue - State: closed - Opened by ilyanoskov over 1 year ago - 1 comment
Labels: enhancement

#136 - Fix/v1.10.1/random import generic commands mixin

Pull Request - State: closed - Opened by mudetz over 1 year ago

#135 - Fix import used in GenericCommandsMixin.randomkey

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

#134 - Invalid input of type: 'QuerySet'

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

#133 - Include tests in sdist

Pull Request - State: closed - Opened by mgorny over 1 year ago - 8 comments

#132 - Fix async_timeout usage on py3.11

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

#131 - Expose FakeRedisMixin as public

Pull Request - State: closed - Opened by Redoubts over 1 year ago
Labels: missing-tests

#130 - ModuleNotFoundError: No module named 'async_timeout'

Issue - State: closed - Opened by peterschutt over 1 year ago - 5 comments
Labels: bug

#129 - Consider exposing the FakeRedisMixin

Issue - State: closed - Opened by Redoubts over 1 year ago - 7 comments
Labels: enhancement

#128 - Relax Python 3.8 version requirement

Issue - State: closed - Opened by provinzkraut over 1 year ago - 3 comments
Labels: enhancement