Skip to content

Commit

Permalink
Update CLIENT INFO keys for Redis 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 9, 2022
1 parent 56f5c56 commit 8e6a720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cluster_commands_on_server_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_client_list
expected = %w[addr age cmd db events fd flags id idle multi name obl oll omem psub qbuf qbuf-free sub]
expected << 'user' << 'argv-mem' << 'tot-mem' if version >= '6'
expected << 'laddr' << 'redir' if version >= '6.2'
expected << "multi-mem" << "rbp" << "rbs" << "resp" << "ssub" if version >= '7.0'
assert_equal expected.sort, actual.sort
end

Expand Down

0 comments on commit 8e6a720

Please sign in to comment.