valkey-io/libvalkey

ISO C naming of functions and header guards

Closed this issue · 0 comments

  • Rename functions starting with _ or __
    Example: _valkeyClusterConnect
  • Rename headerguards
    Remove __ or _ and match to filename.
    Example: src/valkeycluster.h: __HIRCLUSTER_H to VALKEYCLUSTER_H