Skip to content

Commit

Permalink
delta
Browse files Browse the repository at this point in the history
  • Loading branch information
salemmohammed committed Jul 7, 2021
1 parent fa916a1 commit 17205a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func (d *db) Write(k int, v int) error {
//value := make([]byte, 10000)
//binary.ByteOrder(v)
binary.PutUvarint(value, uint64(v))
err := d.PutMUL(key, value)
//err := d.Put(key, value)
//err := d.PutMUL(key, value)
err := d.Put(key, value)
return err
}

Expand Down

0 comments on commit 17205a4

Please sign in to comment.