Function redisStrip
Strips all non-Redis fields from a struct.
The returned struct will contain only fiels that can be converted using
toRedis
and that have names different than "id" or "id".
To reconstruct the full struct type, use the RedisStripped
method.