Method: AtprotoAuth::Storage::Interface#multi_set
- Defined in:
- lib/atproto_auth/storage/interface.rb
#multi_set(hash, ttl: nil) ⇒ Boolean
Store multiple values
54 55 56 |
# File 'lib/atproto_auth/storage/interface.rb', line 54 def multi_set(hash, ttl: nil) raise NotImplementedError end |