RDM Version: 0.9.0.616
Environment (OS name and version): Windows 10
Redis Server Version: 4.0.6
In native redis, an empty value can be set e.g. by using the following command:
hset myhash value ""
RDM forbids this by requiring to always enter a value.
