Skip to content

Releases: daniacca/bitchest-server

v1.2.0

Choose a tag to compare

@workflow-release-bot workflow-release-bot released this 07 Aug 12:23

1.2.0 (2025-08-07)

Features

  • list: Implementing List Data Type (#5) (2cdedce)

v1.1.0

Choose a tag to compare

@workflow-release-bot workflow-release-bot released this 04 Aug 08:16

1.1.0 (2025-08-04)

Bug Fixes

  • fixed command input tokenizer with a custom algorithm to manage qouted data with space (c835af1)
  • fixed command input tokenizer with a custom algorithm to manage qouted data with space (#4) (6cb35e1)

Features

  • commands: added MEMORY STATS command (#3) (9c2d297)

v1.0.0

Choose a tag to compare

@workflow-release-bot workflow-release-bot released this 31 Jul 08:01

1.0.0 (2025-07-31)

Bug Fixes

  • docker: fixed docker build and docker run (5e2a14f)
  • set-command: changed nil response with proper NullBulk protocol return value (3eb8688)

Features

  • cache-server: basic memory cache server, with SET-GET-KEYS-PING-DEL-EXISTS_FLUSHALL commands (b3b1762)
  • cli: added server CLI (bf64f4a)
  • expire: adding EXPIRE, TTL commands, changed SET command with optional EX options (ffe9ffe)
  • server-conf: added host and port configuration for server (9d090c8)
  • set-options: added NX and XX optional options to SET key command (af9c760)