What is the best way to push a polars dataframe to redis ?
Currently I am trying to read the _io.BytesIO buffer returned by write_ipc
redis_instance.set("key",df.write_ipc(file = None, compression="lz4").read())
This doesn't seem to work as the key in redis is empty