RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
990 stars 129 forks source link

Mark extern definition of SDS_NOINIT in sds.h #98

Open voltbit opened 2 years ago

voltbit commented 2 years ago

Avoid multiple definition of this variable, its also defined globally in sds.c Enables builds on GCC 10 and above.

Closes #97