juicefs

Cloud-based distributed POSIX file system using Redis and S3

brewmacoslinux
Try with needOr install directly
Source

About

Cloud-based, distributed POSIX file system built on top of Redis and S3

Commands

juicefs

Examples

Format and initialize a new JuiceFS with Redis metadata engine$ juicefs format redis://localhost:6379/1 myjfs
Mount JuiceFS file system to a local directory$ juicefs mount redis://localhost:6379/1 ~/jfs
Display JuiceFS file system status and statistics$ juicefs info redis://localhost:6379/1