Method: Redis::Distributed#mapped_msetnx
- Defined in:
- lib/redis/distributed.rb
#mapped_msetnx(_hash) ⇒ Object
324 325 326 |
# File 'lib/redis/distributed.rb', line 324 def mapped_msetnx(_hash) raise CannotDistribute, :mapped_msetnx end |