• Joined on 2021-09-21
ham1255 commented on issue Limework/RediSkript#18 2023-05-17 17:06:41 +00:00
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",…
ham1255 commented on issue Limework/RediSkript#18 2023-05-17 17:03:33 +00:00
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?

ham1255 pushed to master at Limework/GreenAppleLogin 2023-03-25 10:21:59 +00:00
43c3edf5c6 new diclaimer message
ham1255 pushed to master at Limework/GreenAppleLogin 2023-03-18 16:10:46 +00:00
6c1699b2c5 fix broken history / geyser support
a58191a961 glomc fork
Compare 2 commits »
ham1255 pushed to master at Limework/Minecraft-SSHD 2023-03-17 17:47:03 +00:00
21364a3f63 refactor some of the packages, update licenesing
ham1255 pushed to master at Limework/Minecraft-SSHD 2023-03-17 16:43:44 +00:00
a0cafa3e62 Limework fork is born!
ham1255 pushed to master at Limework/AppleTunneler 2022-07-09 12:46:48 +00:00
1de122e659 Update 'README.md'
ham1255 pushed to master at Limework/GreenAppleLogin 2022-06-26 11:59:18 +00:00
5d995022e7 change how cracked being handled
ham1255 pushed to master at Limework/AppleTunneler 2022-06-17 02:47:05 +00:00
1b9dd87efb added a comment
ham1255 pushed to master at Limework/AppleTunneler 2022-06-17 02:43:30 +00:00
668dd05eac fixed a mistake
ham1255 pushed to master at Limework/RediSkript 2022-04-25 03:07:07 +00:00
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
ham1255 pushed to master at Limework/RediSkript 2022-04-25 03:06:18 +00:00
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?
ham1255 pushed to master at Limework/RediSkript 2022-04-25 03:03:37 +00:00
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
ham1255 pushed to master at Limework/AppleTunneler 2022-03-22 12:48:43 +00:00
251dfee5bc Update 'README.md'
ham1255 pushed to master at Limework/AppleTunneler 2022-03-22 12:48:09 +00:00
271310964b Update 'README.md'
ham1255 pushed to master at Limework/AppleTunneler 2022-03-22 12:47:36 +00:00
32e7fc7199 Update 'README.md'
ham1255 pushed to master at Limework/AppleTunneler 2022-02-04 12:13:30 +00:00
12ca999802 use onLoad to load all ports before plugins uses the database loads
ham1255 pushed to master at Limework/AppleTunneler 2022-02-04 12:03:57 +00:00
968d5ff97f load on startup and loadbefore
ham1255 pushed to master at Limework/AppleTunneler 2022-02-04 11:51:29 +00:00
1442f37df8 add logs
ham1255 pushed to master at Limework/AppleTunneler 2022-02-04 05:27:43 +00:00
1e2334dbff minor changes (again)