#redis #fuse #cli

app redis-fs

Access your redis database from the file system!

1 unstable release

0.1.0 Aug 21, 2024

#386 in Filesystem

Download history 127/week @ 2024-08-20 5/week @ 2024-09-10

132 downloads per month

MIT license

16KB
405 lines

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

Dependencies

~13–25MB
~402K SLoC