madeby48 / items

Facilitates the easy creation, storage and interactivity of items with NB Tags in a Minecraft Server.
0 stars 0 forks source link

Integrate redis caching #5

Closed dylansoft closed 2 years ago

dylansoft commented 2 years ago

As opposed to having traits on the item as NBT tags, Add only an identifier and then store the current traits in a redis cache upon server start. Fetch those values whenever an interaction needs to happen, as this will allow item values to be updated live.

Also needed:

dylansoft commented 2 years ago

This is a nice to have / basically a requirement for v1.0

dylansoft commented 2 years ago

I may have been too ambitious to make this a requirement for V1.0, I'll push this to the V2.0 backlog / "some time soon" backlog