Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
11 stars 6 forks source link

Use sets:set() for RESP3 sets #13

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

Sets version 2 is used on OTP 24+ (which means it's implemented as a map). On OTP < 24, the old sets:set() represenation is used.

Additionally changes: Handle NaN values returned by Redis, returned as the atom 'nan'.

Document the Erlang representation of Redis datatypes in the README.