I am getting mixed answers on my research here.
Can someone verify that the Redis Server can only store representation of any numerical values?
Double numbers could be stored as string if you're using JSON codecs, but it also could be stored in binary format used by Kryo, CBOR, MsgPack codecs which are supported by Redis based framework for Java - Redisson.