Skip to content

Releases: pottekkat/dicedb-mcp

v0.1.1

18 May 13:38
f32e968
Compare
Choose a tag to compare

Minor fixes.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Apr 14:49
0de5b76
Compare
Choose a tag to compare

Initial release with minimal features:

  • PING DiceDB to check connectivity.
  • ECHO a message through DiceDB.
  • GET a value from DiceDB by key.
  • SET a key-value pair in DiceDB.
  • DEL one or more keys from DiceDB.
  • INCR the integer value of a key by one.
  • DECR the integer value of a key by one.

Full Changelog: https://github.com/pottekkat/dicedb-mcp/commits/v0.1.0