Allow using double-colon as keyspace name through @RedisHash(value = …)
#2096
Labels
type: enhancement
A general enhancement
Milestone
This may be related to/a duplicate of #1326, but that issue was closed back in 2018.
For this Kotlin example, say I have:
And that keyspace events are enabled in the Spring application:
After saving the hash, it and its index, secondary index, and lookup hashmap are deleted after 10 seconds. This is expected behavior.
However, if I add a colon to the hash's name (and make no other changes):
Then the secondary index and lookup hashmap are not deleted after 10 seconds, leaving a permanent record in the redis db of a hash that no longer exists.
Hopefully this issue can be fixed soon. Please let me know how else I can help.
The text was updated successfully, but these errors were encountered: