https://github.com/michelp/redis-automerge
Automerge Documents for Redis
https://github.com/michelp/redis-automerge
Last synced: 9 months ago
JSON representation
Automerge Documents for Redis
- Host: GitHub
- URL: https://github.com/michelp/redis-automerge
- Owner: michelp
- License: mit
- Created: 2025-09-04T20:10:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T23:04:36.000Z (9 months ago)
- Last Synced: 2025-09-04T23:28:08.799Z (9 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis-automerge
Automerge Documents for Redis
## TODO
- JSON serdes
- Support for all types beyond text
- AOF streaming of incremental changes
- Commands for sync
- Rustdoc tests
- RAMP module packaging
- RedisJSON compat?
- is save/load over net safe?