Method: Momento::SortedSetFetchResponse#value_bytes_elements

Defined in:
lib/momento/response/sorted_set/sorted_set_fetch_response.rb

#value_bytes_elements(Array[{ value: String, score: Float }] | nil)

The fetched values as ASCII_8BIT Strings and their scores.

Returns:

  • ((Array[{ value: String, score: Float }] | nil))

    the ASCII_8BIT elements and their scores



29
30
31
# File 'lib/momento/response/sorted_set/sorted_set_fetch_response.rb', line 29

def value_bytes_elements
  nil
end