Skip to content

feat: add RedisInputStorage - #15

Merged
mamahoos merged 1 commit into
mainfrom
feature/redis-storage
Aug 8, 2026
Merged

feat: add RedisInputStorage#15
mamahoos merged 1 commit into
mainfrom
feature/redis-storage

Conversation

@mamahoos

@mamahoos mamahoos commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Real `RedisInputStorage` (wait markers in Redis; futures stay in-process)
  • Optional extra: `pip install aiogram-input[redis]`
  • Tests with fakeredis; README shows Memory vs Redis setup
  • Version 4.2.0

Test plan

  • `uv run pytest --cov=aiogram_input --cov-fail-under=95` → 42 passed, 100% cover
  • CI green

Implement Redis-backed InputStorage with optional aiogram-input[redis],
atomic pop_if via Lua, TTL support, and fakeredis-backed tests.
@mamahoos
mamahoos merged commit dba5b0d into main Aug 8, 2026
@mamahoos
mamahoos deleted the feature/redis-storage branch August 8, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant