Skip to content

STRLEN

Daniel Ramteke requested to merge danramteke/RediStack:strlen into master

Motivation

STRLEN command was missing, but HSTRLEN was present.

Modifications

Added command and helper method.

Result

STRLEN command is easy to use.

Checklist

  • Copyright headers in new files (see CONTRIBUTING.md)
  • Unit tests added
  • API Documentation comments

Merge request reports