You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing a user key twice fix (PK vs @user_key) @roimenashe (#275)
β Breaking Changes
We don't store "@user_key" anymore, there is "PK" instead (same data: the actual user key) - if you used @user_key in your application please use "PK" instead.
AerospikeWriteData: forWrite method:
This method is used internally by our "write" flows, if you used it directly please notice that this method's signature was changed
from: AerospikeWriteData forWrite()
to: AerospikeWriteData forWrite(String namespace)