pSetEx abstract method

Future<bool> pSetEx(
  1. K key,
  2. int ttl,
  3. V value
)

Implementation

Future<bool> pSetEx(K key, int ttl, V value);