HGetExCommand extension

on
  • HashCommands

Methods

hGetEx(String key, List<String> fields, {int? ex, int? px, int? exAt, int? pxAt, bool persist = false}) Future<List<String?>>

Available on HashCommands, provided by the HGetExCommand extension

HGETEX key EX seconds | PX milliseconds | EXAT unix-time-seconds | PXAT unix-time-milliseconds | PERSIST FIELDS numfields field field ...