redis-fs

Crates.ioredis-fs
lib.rsredis-fs
version0.1.0
sourcesrc
created_at2024-08-21 12:55:37.633802
updated_at2024-08-21 12:55:37.633802
descriptionAccess your redis database from the file system!
homepagehttps://github.com/sahandevs/redis-fs
repositoryhttps://github.com/sahandevs/redis-fs
max_upload_size
id1346504
size43,630
Sahand Akbarzadeh (sahandevs)

documentation

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

  • read a key
  • list keys
  • 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
  • properly implement stats for keys
Commit count: 0

cargo fmt