Block a user
Add ability to store variables inside redis server database
sample skript code:
obtain resource from rediskript jedis pool to {_jedis_resource} # jedisPool.getResource();
set "redis key" to "value" using {_jedis_resource} # jedis.set("key",…
Add ability to store variables inside redis server database
if we look into SkriptDB it does make type for database we could make jedis class as type in redis?
ac6fe6cb99
1.3.6-SNAPSHOT && updated deps && moved jedis to the parent && due removal of JedisBinary, Jedis has method of that class now so its easy drop replacement && fixed jedis wont connect if password is not empty? && adding default values if config somehow is empty or field not there
9d5a96064f
1.3.6-SNAPSHOT && updated deps && moved jedis to the parent && due removal of JedisBinary, Jedis has method of that class now so its easy drop replacement && fixed jedis wont connect if password is not empty?
1335408bab
1.3.6-SNAPSHOT && updated deps && moved jedis to the parent && due removal of JedisBinary, Jedis has method of that class now so its easy drop replacement