- Contributors
- ThebigTijn
- Supported Skript Version
- 2.8
- Supported Minecraft Versions
- 1.20
When making servers on a large scale, or having intent to switch to java at a later time, using a simple but fast database such as redis is a good way to future proof your server.
This addon allows skript to make, delete and view keys in a redis database by using:
Object expression:
usage:
Currently this only supports strings, so you would need to parse it if you are using it for anything else.
This addon allows skript to make, delete and view keys in a redis database by using:
Object expression:
Code:
redis object "name"
Code:
set redis object "name" to "example"
broadcast redis object "name" to "example"
Currently this only supports strings, so you would need to parse it if you are using it for anything else.