website icon indicating copy to clipboard operation
website copied to clipboard

Update API documentation

Open ronaldngounou opened this issue 1 month ago • 3 comments
trafficstars

Key changes:

  1. Update Line 168 to address issue #1063
`count` - the actual number of keys within the range when requested. 
Unlike Kvs, it is unaffected by limits and filters (e.g., Min/Max, Create/Modify, Revisions) 
and reflect the full count within the specified range.
  1. Improvement to the current documentation by reflecting the latest changes from uptream code base to ensure it remains consistency and similar issues are not occuring. Some information were outdated. Source of my changes: https://github.com/etcd-io/etcd/blob/main/api/etcdserverpb/rpc.proto

Testing

npm run check-links npm run build npm run serve

ronaldngounou avatar Oct 11 '25 08:10 ronaldngounou