tarantool / crud

Easy assess to data stored in vshard cluster
BSD 2-Clause "Simplified" License
40 stars 14 forks source link

readme: make consistent return variable name #410

Closed ArtDu closed 5 months ago

ArtDu commented 6 months ago

Min and max return only one tuple. Name objects as a variable in return value may confuse users.

What has been done? Why? What problem is being solved?

I didn't forget about

Closes #???

ArtDu commented 6 months ago

As far as I can see, documentation is inconsistent: there are both result and object/objects. Since the first one is easier to keep consistent, let's try to stick to this one.

Then I'll change to result in other options