For my application we have users voting on issues, with separate datastores for votes and issues. I want the up and down vote totals to be updated whnever a user votes (or changes their original vote), which I'm trying to do by updating the issue transactionally within a For my application we have users voting on issu