You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stasche.set(joe_rules_backtest: 1, force: true)
Stasche::Store::KeyAlreadyExistsError: Key checkr-stasche:joe_rules_backtest already set in stasche. Use `force: true` to override.
from /bundle/gems/stasche-1.3.3/lib/stasche/store/s3.rb:26:in `set'
The text was updated successfully, but these errors were encountered:
both values, and options are positional arguments that both of them are expected to be hashes, this is why Stasche.set(joe_rules_backtest: 1, force: true) does nto work .and it needs to separate the arguments using brackets like:
what I am missing?
The text was updated successfully, but these errors were encountered: