I wan't to basically serialize a large object and store it into redis. The serialization and deserialization cost is close to 0.
This file should be accessible by multiple 'apps'. My problem is that it takes quite some time to get the object even tho both redis and the app currently run on localhost (0.6s).
Is redis the wrong tool for such job?