smr97 / RediFS

Full fledged file system using Redis as the back end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RediFS
In the main function, line 37 we need to run the code first with create_fs as 1. Then, we need to run it with 0.
The first time it creates the file system on the server, then it reads the existing redis server dump.

About

Full fledged file system using Redis as the back end

License:GNU General Public License v2.0


Languages

Language:C 97.1%Language:Makefile 2.9%