Unexpected behavior when using ::* variables #15
Labels
No Label
Memory leak
Skript-bug
Suggestion
bug
completed
documentation
duplicate
enhancement
good first issue
help wanted
invalid
investigating
question
wontfix
work in progress
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Limework/RediSkript#15
Loading…
Reference in New Issue
Block a user
No description provided.
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?
set variable "-test::*" in redis channel "global" to "%unix timestamp of now%"
1st try it will be when you do send "%{-test::*}%"
then set variable again
it'll have data
then set variable again
it will be again
set variable again
it'll have data again
very weird, but very reproduceable and consistent problem
fixed