Guest User

Untitled

a guest
Nov 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ...
  2. txPipe := client.TxPipeline()
  3. hmsetResult := txPipe.HMSet(todoHashNamePrefix+strconv.Itoa(int(todoID)), todoInfo)
  4. lpushResult := txPipe.LPush(pendingTodosListName, strconv.Itoa(int(todoID)))
  5. _, execErr := txPipe.Exec()
  6. ...
Add Comment
Please, Sign In to add comment