RedisFS

Redis File Server. A CLI tool to use any Redis instance to store and transfer files.

Status: 🚧 In Construction

AboutTech StackUsageContact

About

RedisFS allows you to easily store and download files inside of a Redis instance for lost latency access.

Tech Stack

git Badge Rust Badge Redis Badge 

Usage

To use this project, follow the steps above: ```bash

Upload files

redisfs push

Download file

redisfs clone

Check file memory usage

redisfs usage

List all files

redisfs list

Delte key

redisfs delete

Use a redis server with a password but no username

redisfs -r "redis://:[password]@[address]:[password]" list

The : is required

Use a redis server with a password and username

redisfs -r "redis://[username]:[password]@[address]:[password]" list ```

Contact

Made with ❤️ by Owen Quinlan, get in touch!

Email Badge