Skip to content

refactor: extract redis store adapter into separate module#27

Merged
nootr merged 1 commit intomainfrom
refactor/extract-redis-store
Mar 5, 2026
Merged

refactor: extract redis store adapter into separate module#27
nootr merged 1 commit intomainfrom
refactor/extract-redis-store

Conversation

@nootr
Copy link
Owner

@nootr nootr commented Mar 5, 2026

Summary

  • Extract Redis store backend from app.gleam into dedicated redis_store.gleam module with named functions
  • Deduplicate redis_timeout constant into redis_store.default_timeout
  • Extract ":lock" suffix into lock_key helper

Test plan

  • gleam build passes for redis example
  • gleam test passes for main project (67 tests)

@nootr nootr merged commit 5d2008b into main Mar 5, 2026
5 checks passed
@nootr nootr deleted the refactor/extract-redis-store branch March 5, 2026 11:11
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