issues
search
cunla
/
fakeredis-py
Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
299
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add py3.7 test
#343
cunla
closed
1 month ago
1
2.26.0: pytest fails in test/test_hypothesis.py because `Redis is not running`
#342
kloczek
closed
1 month ago
8
The newest release 2.26.0 does not work with Python 3.7
#341
not522
closed
1 month ago
5
support for server type specific commands
#340
cunla
closed
1 month ago
1
refactor models
#339
cunla
closed
1 month ago
1
ACL commands
#338
cunla
opened
1 month ago
1
fix:bug in bitpos function for the clear bit mode
#337
Diskein
closed
1 month ago
2
Implement support for keyspace notifications
#336
HonakerM
opened
1 month ago
1
Implement ACL commands
#335
cunla
opened
1 month ago
0
2.25.0: TypeError: FakeBaseConnectionMixin.__init__() missing 2 required keyword-only arguments: 'version' and 'server_type'
#334
9128305
closed
1 month ago
1
test:add valkey tests
#333
cunla
closed
2 months ago
0
doc:improve
#332
cunla
closed
2 months ago
1
Tcp server
#331
cunla
closed
1 month ago
1
typing_extensions in dependencies should be typing-extensions
#330
M1ha-Shvn
closed
1 month ago
2
(WIP) Implement hash expiration functions
#328
j00bar
closed
2 months ago
6
Implement support for `WAITAOF` (generic command)
#327
cunla
closed
3 weeks ago
0
Implement support for `WAIT` (generic command)
#326
cunla
closed
3 weeks ago
0
Implement support for `SORT_RO` (generic command)
#325
cunla
closed
2 months ago
0
Implement support for `PEXPIRETIME` (generic command)
#324
cunla
closed
2 months ago
0
Implement support for `EXPIRETIME` (generic command)
#323
cunla
closed
2 months ago
0
Implement support for `COPY` (generic command)
#322
cunla
closed
3 weeks ago
0
Support hash key expiration functions
#321
j00bar
closed
2 months ago
7
Stray `LICENSE` installed into site-packages
#320
mgorny
closed
3 months ago
2
fix:xrevrange to work with exclusive ranges
#319
hurlenko
closed
3 months ago
1
Dragonfly test support
#318
cunla
closed
3 months ago
1
fix:bug with responses written twice in async redis connection
#317
cunla
closed
3 months ago
0
Change in redis-py v5.0.8 causes strange behavior in fakeredis-py
#316
x0ul
closed
3 months ago
3
`random` entropy globally reduced for all importers
#315
Redoubts
closed
3 months ago
1
maint:add black
#314
cunla
closed
4 months ago
0
TTL returns -2 (not found) for empty streams
#313
Eugeny
closed
5 months ago
6
docs: Full code for FastAPI integration
#312
sjjessop
closed
5 months ago
0
Full code for FastAPI integration
#311
sjjessop
closed
5 months ago
1
Timeseries cmds
#310
cunla
closed
3 months ago
1
Reading multiple streams does not give expected result
#309
mguijarr
closed
6 months ago
3
Mismatch in outputs of blocking XREAD in Fake vs Real redis libraries
#308
amitgargOfficial
closed
6 months ago
1
TDIGEST commands
#307
cunla
closed
6 months ago
0
fix: Updated lupa version constraint.
#306
noamkush
closed
6 months ago
0
fix: FakeRedisMixin.from_url() return type is really Self.
#305
ben-xo
closed
7 months ago
0
Add better support for LUA scripts
#304
JCHacking
closed
7 months ago
25
Do not share state, by default, for sync or async clients
#303
howamith
closed
8 months ago
0
Type hint for version doesn't permit what the docs say to do
#302
steve-mavens
closed
8 months ago
3
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
#301
dependabot[bot]
closed
8 months ago
1
chore(deps): bump mkdocs-material from 9.5.12 to 9.5.13
#300
dependabot[bot]
closed
8 months ago
1
Persistence between across pytest cases difference between 2.21.1 and 2.21.2
#299
LasseGravesenSaxo
closed
8 months ago
10
`FakeRedis.smembers()` reads data added to other instances (in version 2.21.2)
#298
Zac-HD
closed
8 months ago
4
Data persistence for sync and async clients is surprisingly different
#297
steve-mavens
closed
8 months ago
0
xinfo_stream returns data for a stream that doesn't exist
#296
steve-mavens
closed
8 months ago
1
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
#295
dependabot[bot]
closed
8 months ago
1
chore(deps): bump mkdocs-material from 9.5.11 to 9.5.12
#294
dependabot[bot]
closed
8 months ago
1
FakeAsyncRedis stores state when clear instance expected.
#293
irusland
closed
8 months ago
4
Next