Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
|
| 14 May 2015 02:20 PM |
Is it instant?
Is GetAsync instant?
Also, which is better to use, SetAsync or UpdateAsync? |
|
|
| Report Abuse |
|
|
|
| 14 May 2015 02:32 PM |
It's not instant.
GetAsync caches so no.
They both have their good and bads. |
|
|
| Report Abuse |
|
|
|
| 14 May 2015 02:34 PM |
Use UpdateAsync if you need the previous value
Use IncrementAsync if you need to add to the value
Use SetAsync if neither of the above are applicable |
|
|
| Report Abuse |
|
|
Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
| |
|
| |
|