Skip to content

v0.3.0: async client, Redis backend, HTTP server#1

Merged
jolovicdev merged 10 commits intomasterfrom
v0.3.0
Apr 26, 2026
Merged

v0.3.0: async client, Redis backend, HTTP server#1
jolovicdev merged 10 commits intomasterfrom
v0.3.0

Conversation

@jolovicdev
Copy link
Copy Markdown
Owner

Summary

  • AsyncClient with submit(), submit_many(), serve() mirroring sync API
  • AsyncResultRef with concurrent-safe async load()
  • RedisStore and AsyncRedisStore with per-fingerprint locking and O(1) blob ref-counting
  • Starlette HTTP server with sync and async apps, REST API
  • AsyncSQLiteStore with inline blob auto_vacuum
  • AsyncLocalExecutor with asyncio-native heartbeat and locking
  • cashet[redis] and cashet[server] pip extras
  • submit_many extracted to _batch.py, shared by both clients
  • Comprehensive Redis, async, and server test suites with auto-skip

Test plan

  • Redis service container in CI, tests pass across Python 3.11/3.12/3.13
  • ruff check, pyright, pytest all green

🤖 Generated with Claude Code

@jolovicdev jolovicdev merged commit 698ed0a into master Apr 26, 2026
3 checks passed
@jolovicdev jolovicdev deleted the v0.3.0 branch April 26, 2026 16:20
Repository owner locked as off-topic and limited conversation to collaborators Apr 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant