-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved file structure - Added Windows support - Cleaned up README.md
- Loading branch information
1 parent
ffbb611
commit aaf19cf
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# RediSea | ||
|
||
<img src="assets/redis.png"> | ||
<img src="assets/redisea_bannerv2.png"> | ||
|
||
RediSea is a Redis (in-memory database) communication framework used for viewing Redis keys, dumping Redis keys, dumping key information about the Redis server, and much more! | ||
|
||
Please note, this framework does work even if a Redis instance is not present, but if running a command that requires direct communication with the database (ex: viewing a key), you will be removed from the prompt. There is also an option for remotely connecting to a Redis instance, if you prefer to not have the framework on the target system. | ||
|
||
## Installation | ||
You can run this command to install all the required tools for this framework: | ||
```bash | ||
$ pip3 install -r requirements.txt | ||
``` | ||
|
||
## Usage | ||
```bash | ||
python3 main.py | ||
$ cd redisea | ||
$ python3 main.py | ||
``` |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters