Method: Redis::Commands::Cluster#asking
- Defined in:
- lib/redis/commands/cluster.rb
#asking ⇒ String
Sends ‘ASKING` command to random node and returns its reply.
40 41 42 |
# File 'lib/redis/commands/cluster.rb', line 40 def asking send_command(i[asking]) end |