File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- # Changelog - @objectql/driver-redis
1+ # @objectql/driver-redis
22
33## 1.8.4
44
99- Updated dependencies
1010 - @objectql/types @1.8.4
1111
12- All notable changes to the Redis driver will be documented in this file.
13-
1412## [ 0.1.0] - 2026-01-15
1513
1614### Added
17-
1815- Initial example implementation of Redis driver for ObjectQL
1916- Basic CRUD operations (Create, Read, Update, Delete)
2017- Query filtering support (in-memory)
@@ -25,21 +22,18 @@ All notable changes to the Redis driver will be documented in this file.
2522- Documentation and usage examples
2623
2724### Notes
28-
2925- This is an ** example/template implementation** for educational purposes
3026- Not recommended for production use with large datasets due to full key scanning
3127- Serves as a reference for creating custom ObjectQL drivers
3228
3329### Known Limitations
34-
3530- Uses KEYS command which scans all keys (inefficient for large datasets)
3631- All filtering and sorting done in-memory
3732- No native aggregation support
3833- No transaction support
3934- No schema introspection
4035
4136### Recommendations for Production
42-
4337- Implement RedisJSON module integration
4438- Add RedisSearch for indexed queries
4539- Create secondary indexes using Redis Sets
You can’t perform that action at this time.
0 commit comments