ThebigTijn submitted a new resource:
Skript-Redis - A skript addon allowing for usage of a Redis database
Read more about this resource...
Skript-Redis - A skript addon allowing for usage of a Redis database
When making servers on a large scale, or having intent to switch to java in a later time, using a simpel 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:
`redis object "name"`
usage:
`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...
Read more about this resource...