redis / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Home Page:http://redis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong HSETF command description

sazzad16 opened this issue · comments

In both hsetf.json and commands.def files, it states:

For each specified field, returns its value and optionally set the field's remaining expiration time in seconds / milliseconds

which is actually the description for HGETF command.