rediSQL
rediSQL copied to clipboard
Switch to redis allocator
With the new rust compiler is possible to select a global allocator.
Maybe it is a simple way to use the Redis allocator in all the module with ease.
It seems quite more complex that expected.