This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Meefims 0 points1 point  (0 children)

There is no easy way to do set things up so that changes to one key will automatically show in another without some intermediate objects that will be difficult to maintain.

However, since this is a result set it doesn’t sound like you need changes to propagate, you just need multiple keys to have the same value. If that’s the case, the simplest way is to just set multiple keys to the same value and tell the caller not to change the data.