Skip to content

Add Support For Redis #32

@bhaskarblur

Description

@bhaskarblur

Integrate Redis as a supported database in NeoBase, allowing users to interact with key-value data stores.

Requirements:

  • Support basic & advanced Redis commands (GET, SET, DEL, EXPIRE, etc.).
  • Implement query generation for structured key-value lookups.
  • Use the go-redis driver for connection handling and execution.
  • Support hashes, lists, sets, and sorted sets where applicable.
  • Enable pagination for large datasets using cursor-based iteration (SCAN).
  • Maintain consistency with NeoBase's existing database integrations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions