We’re excited to announce that Duva now supports autocompletion and suggestion in its CLI! 🎉 This feature makes it easier and faster to use Duva’s commands, especially for new users or those working with complex commands.

What’s New?


With autocompletion, you can start typing a command, and Duva will suggest the full syntax, including arguments. For example:

  • Type SET, and Duva suggests SET key value [PX milliseconds].
  • Type GET, and it completes to GET key — perfect for quick lookups.

Here’s how it looks in action (suggested text is shown in gray):

SET mykey "value" [PX milliseconds]
GET key

This feature ensures smooth and responsive suggestions as you type. Whether you’re setting a key with an expiration time or retrieving keys with a pattern, autocompletion has you covered.

Try It Out

Autocompletion is available for all commands listed in our Commands documentation. Check out the full list to explore commands like SET, GET, KEYS, and SAVE, along with their syntax and examples.