Skip to content

Kylo33/quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questing Calculator

Redis

To set up redis (for caching) using Docker, run the following command:

docker run -d --name redis -p 6379:6379 redis

To execute commands using the redis-cli, use this command, which will put you in an interactive cli environment.

docker exec -it redis redis-cli

About

Hypixel Questing Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published