Materia KV: layer update, with TTL support

Materia KV: layer update, with TTL support

Effective on October 1, 2024·David Legrand
David Legrand

After the first release of our Materia KV add-on, we discussed with users and what they wanted to see in the next version. A major milestone for us was to add support for TTL (Time To Live) command, and those related to it such as EXPIRE, PEXPIRE, PTTL, SET EX. It’s now available and will helps us, for example, to bring Materia KV support to PHP sessions.

This new release of our Redis API compatible layer brings a new design, helping us to better support more commands in the future. In the meantime, we’ve retired hash and list commands, to enhance them. They will be back soon. Some others are added, like CLIENT ID, DECRBY, INCRBY,GETBIT, SETBIT, etc. The full list is available here.

If you have any questions or feedback, let’s discuss it on our GitHub Community.

Last updated on