Skip to content

Conversation

@hyperpolymath
Copy link
Owner

Add type-safe Redis client bindings for ReScript using Deno's redis library.

Features:

  • Core Redis operations (strings, hashes, lists, sets, sorted sets)
  • Pub/Sub messaging with async iteration
  • Redis Streams with consumer groups
  • Redis Sentinel for high availability
  • Redis Cluster for horizontal scaling
  • JSON helpers for structured data storage
  • Connection management with URL parsing

Project structure:

  • src/Redis.res - Main implementation with all bindings
  • src/Redis.resi - Public interface with documentation
  • deno.json - Deno configuration for JSR publishing
  • rescript.json - ReScript compiler configuration
  • tests/ - Test suite (placeholder for Redis integration tests)
  • examples/ - Usage examples for basic, streams, and pub/sub
  • docs/CHANGELOG.adoc - Version history

Part of the rescript-full-stack ecosystem.

Add type-safe Redis client bindings for ReScript using Deno's redis library.

Features:
- Core Redis operations (strings, hashes, lists, sets, sorted sets)
- Pub/Sub messaging with async iteration
- Redis Streams with consumer groups
- Redis Sentinel for high availability
- Redis Cluster for horizontal scaling
- JSON helpers for structured data storage
- Connection management with URL parsing

Project structure:
- src/Redis.res - Main implementation with all bindings
- src/Redis.resi - Public interface with documentation
- deno.json - Deno configuration for JSR publishing
- rescript.json - ReScript compiler configuration
- tests/ - Test suite (placeholder for Redis integration tests)
- examples/ - Usage examples for basic, streams, and pub/sub
- docs/CHANGELOG.adoc - Version history

Part of the rescript-full-stack ecosystem.
@hyperpolymath hyperpolymath merged commit 4f2313c into main Jan 4, 2026
13 of 14 checks passed
@hyperpolymath hyperpolymath deleted the claude/create-readme-bundle-Di3Yi branch January 4, 2026 23:56
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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.

2 participants