issues Search Results · repo:aio-libs/aiocache language:Python
Filter by
312 results
(66 ms)312 results
inaio-libs/aiocache (press backspace or delete to remove)When using @cached with a concurrency limit via asyncio.Semaphore, the first batch of tasks all miss the cache and
execute the underlying function in parallel. This results in multiple uncached executions ...
0x1618
- 1
- Opened yesterday
- #1041
When I used Redis as a backend, I encountered a problem: whenever the Redis connection was broken and I called a
function using decorators ( it is happening when I use cached_stampede since redlock doesn ...
tarikalim
- 1
- Opened yesterday
- #1040
When i specify key_builder for @multi_cached decorator, it makes two strange things: it modifies input for target
function, and also return modified keys:
import asyncio
from aiocache import multi_cached ...
alvassin
- 5
- Opened 16 days ago
- #1037
This is seemingly the same issue as https://github.com/aio-libs/aiocache/issues/452 but as is noted in the comments in
that issue, the skipping of None values is still hardcoded into the decorator @cached. ...
valo-joonas
- 1
- Opened 28 days ago
- #1033
Are there any plans to support MongoDB as a backend for aiocache?
AbeetoChanito
- 1
- Opened on Jul 10
- #1029
I think there might be an issue with the __aenter__ method on the ValkeyBackend.
https://github.com/aio-libs/aiocache/blob/d685fff3303138eb466a69bb5dbb4d6a345ef1ae/aiocache/backends/valkey.py#L32-L37
...
jskrzypek
- 1
- Opened on Jun 26
- #1023
With valkey-glide merged, we lost support for windows clients.
See upstream issue https://github.com/valkey-io/valkey-glide/issues/3780. Leave 😄 emoji on upstream issue to signal your
interest.
If you ...
sakosha
- 3
- Opened on Jun 21
- #1018
Consider migrating to pyproject.toml:
- to simplify setup for users of package managers other than pip such as: hatch, pdm, poetry, uv.
- to use a single file as source of truth for versions.
- ...
sakosha
- Opened on Jun 18
- #1013
@cached(ttl=60 * 5)
async def test(self) - None: ...
await test() Type of test is partially unknown
Basically the usage of the decorator will raise some error using strict typing
img width= 757 ...
Lumabots
- 1
- Opened on May 30
- #997
After switching from memory cache to Redis (Valkey) we got some errors in the RedLock context-manager release:
KeyError: 0506da2cf155316dd99dc58e1e705dc4d588ee0b7e28b9ee49ca2d1a51c88fe6a39681521397a5ee5fd577fc8e13e077-lock ...
bodograumann
- 21
- Opened on Apr 7
- #979

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.