You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major release with comprehensive feature additions:
- Complete JSON Module Support (31 ValkeyJSON/RedisJSON v2 commands)
- Complete Search Module Support (21 Valkey Search/RediSearch commands)
- 100% CI Test Success (539/539 tests passing)
- Advanced error handling and code quality improvements
- Full release automation with semantic versioning
This represents a significant milestone with production-ready
JSON and Search module compatibility.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "valkey-glide-ioredis-adapter",
3
-
"version": "0.3.0",
3
+
"version": "0.4.0",
4
4
"description": "🎯 TRUE Drop-in ioredis replacement with comprehensive compatibility. Powered by Valkey GLIDE's high-performance Rust core. Complete Valkey JSON/Search module support. Zero code changes required for most production use cases.",
0 commit comments