Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahandevs/redis-fs
Access your redis database from the file system!
https://github.com/sahandevs/redis-fs
Last synced: about 12 hours ago
JSON representation
Access your redis database from the file system!
- Host: GitHub
- URL: https://github.com/sahandevs/redis-fs
- Owner: sahandevs
- Created: 2024-08-21T12:51:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:18:03.000Z (about 2 months ago)
- Last Synced: 2024-10-14T09:17:45.262Z (25 days ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis-fs
> 🔨 this project is under construction and is not ready yet!
Access your redis database from the file system!
## Installation
```
# Install FUSE. see https://github.com/cberner/fuser#dependencies
cargo install fuse-fs
```## TODO
- [x] read a key
- [x] list keys
- [x] write a key
- [ ] write automatic tests
- [ ] make it more efficient
- [ ] proper redis connection pool
- [ ] streamed/buffered read and writes
- [ ] use SCAN instead of KEYS for readdirplus
- [ ] Map and Set support