Skript-Redis

Addon Skript-Redis 0.1.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

ThebigTijn

Supporter
Feb 12, 2024
1
0
1
ThebigTijn submitted a new 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...