Skip to content

[help wanted] Add RedisMemoryStore backend #2

Description

@Carlos-Projects

Task

Implement a Redis-backed MemoryStore for production deployments.

What to do

  • Create memmark/store/redis_store.py
  • Implement RedisMemoryStore extending MemoryStore interface
  • Support connection pooling, key prefixes, TTL
  • Add connection error handling
  • Add tests with fakeredis or a test Redis instance

Skills needed

  • Python, Redis (redis-py library)
  • Understanding of MemMark MemoryStore interface

Acceptance criteria

  • RedisMemoryStore passes all MemoryStore interface tests
  • Works with default Redis config (localhost:6379)
  • Graceful error handling on connection failure
  • All tests pass and lint is clean

See CONTRIBUTING.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions