rpush abstract method

Future<bool> rpush(
  1. K key,
  2. List<V> values
)

RPUSH command (push to right side)

Implementation

Future<bool> rpush(K key, List<V> values);