Skip to content

Commit 4682160

Browse files
Copilothuangyiirene
andcommitted
Fix Redis CHANGELOG formatting to match other drivers
Co-authored-by: huangyiirene <[email protected]>
1 parent dca1b97 commit 4682160

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/drivers/redis/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog - @objectql/driver-redis
1+
# @objectql/driver-redis
22

33
## 1.8.4
44

@@ -9,12 +9,9 @@
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

0 commit comments

Comments
 (0)