Method: Cosmos::SortedModel#update
- Defined in:
- lib/cosmos/models/sorted_model.rb
#update(start:) ⇒ Object
Update the Redis hash at primary_key
132 133 134 135 136 |
# File 'lib/cosmos/models/sorted_model.rb', line 132 def update(start:) orig_start = @start @start = start create(update: orig_start) end |