Method: Redis::Distributed#strlen

Defined in:
lib/redis/distributed.rb

#strlen(key) ⇒ Object

Get the length of the value stored in a key.



406
407
408
# File 'lib/redis/distributed.rb', line 406

def strlen(key)
  node_for(key).strlen(key)
end