Sometimes people don't want to store results forever and want to have expiration for all results in some period of time.
Currently, we use hashmaps to store results. But since logs are deprecated, we can now just use bytes to store raw pickled values and set EX parameter.
Sometimes people don't want to store results forever and want to have expiration for all results in some period of time.
Currently, we use hashmaps to store results. But since logs are deprecated, we can now just use bytes to store raw pickled values and set EX parameter.