-
Notifications
You must be signed in to change notification settings - Fork 64
Comparing changes
Open a pull request
base repository: weyoss/redis-smq
base: v8.2.1
head repository: weyoss/redis-smq
compare: v8.3.0
- 7 commits
- 161 files changed
- 1 contributor
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f777ec6 - Browse repository at this point
Copy the full SHA f777ec6View commit details
Commits on May 2, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 030d2ec - Browse repository at this point
Copy the full SHA 030d2ecView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8cff0d2 - Browse repository at this point
Copy the full SHA 8cff0d2View commit details -
refactor(redis-smq-common): improve Redis server platform support and…
… constants organization
Configuration menu - View commit details
-
Copy full SHA for d542a0a - Browse repository at this point
Copy the full SHA d542a0aView commit details
Commits on May 4, 2025
-
fix(redis-smq): make message deletion more resilient to race conditio…
…ns and inconsistent states Related to #133
Configuration menu - View commit details
-
Copy full SHA for 3c07bae - Browse repository at this point
Copy the full SHA 3c07baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30542e - Browse repository at this point
Copy the full SHA d30542eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeaa9d - Browse repository at this point
Copy the full SHA 3eeaa9dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.2.1...v8.3.0