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
The client.exist(key) in aerospike client nodejs is missing the metadata
So if I want to know the ttl for a record I have to use client.get()
In other clients such as Python, Go this method returns (boolean, meta) so we have the ttl or gen in the metadata
The text was updated successfully, but these errors were encountered:
The client.exist(key) in aerospike client nodejs is missing the metadata
So if I want to know the ttl for a record I have to use client.get()
In other clients such as Python, Go this method returns (boolean, meta) so we have the ttl or gen in the metadata
The text was updated successfully, but these errors were encountered: