Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weyoss/redis-smq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.1
Choose a base ref
...
head repository: weyoss/redis-smq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref
  • 7 commits
  • 161 files changed
  • 1 contributor

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    f777ec6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. feat(redis-smq-common): implement additional async utilities and fact…

    …ories
    
    - Implement new utils for common async patterns including withRetry, withTimeout, withCallback, etc.
    - Introduce RedisClientFactory and EventBusRedisFactory classes for better resource management.
    - Add tests for the new async utilities and update documentation with detailed API references.
    weyoss committed May 2, 2025
    Configuration menu
    Copy the full SHA
    030d2ec View commit details
    Browse the repository at this point in the history
  2. refactor(redis-smq): improve callback patterns and use new async utils

    - use withRedisClient utility for Redis operations
    - Use withEventBus utility for event bus operations
    - Replace async.waterfall with async.series where appropriate
    - Improve error handling and callback patterns
    - Add timeout handling using async.withTimeout instead of manual setTimeout
    - Clean up code by removing redundant error checks
    weyoss committed May 2, 2025
    Configuration menu
    Copy the full SHA
    8cff0d2 View commit details
    Browse the repository at this point in the history
  3. refactor(redis-smq-common): improve Redis server platform support and…

    … constants organization
    weyoss committed May 2, 2025
    Configuration menu
    Copy the full SHA
    d542a0a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. fix(redis-smq): make message deletion more resilient to race conditio…

    …ns and inconsistent states
    
    Related to #133
    weyoss committed May 4, 2025
    Configuration menu
    Copy the full SHA
    3c07bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30542e View commit details
    Browse the repository at this point in the history
  3. v8.3.0

    weyoss committed May 4, 2025
    Configuration menu
    Copy the full SHA
    3eeaa9d View commit details
    Browse the repository at this point in the history
Loading