Making use of jedis get set expire mget #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
what is this?
Since jedis has same stuff like skript variables so we could store string data
In redis since we can hash::uuid > some data
And expire isnfor when stored data key get removed in seconds and delete deletes ofc
Currently thinking of
Get new jedis instance and store it in {jedis1}
Get string from redis using {jedis1} and the key is "hi" and store results on {results}
Broadcast "%{results}%"
Close jedis instance {jedis1} //not closing the jedis will cause pool being exhausted + memory leak so close it after you use it
I am closing this issue due to inactivity and no real need for it that I can see right now