basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Not found property should be consistent [JIRA: CLIENTS-427] #65

Closed Willyham closed 9 years ago

Willyham commented 9 years ago

The response from KV command 'fetchValue' contains a property isNotFound, whereas all fetct{CRDT} commands have a property called notFound.

Regardless of the underlying Riak implementation, it would be nice if the client would expose these consistently.

lukebakken commented 9 years ago

Thanks for reporting this @Willyham

Willyham commented 9 years ago

Thanks for the fast turnaround!