test/instrumentation/redis_test.rb in instana-1.13.0 vs test/instrumentation/redis_test.rb in instana-1.192.0
- old
+ new
@@ -18,9 +18,19 @@
end
assert_redis_trace('SET')
end
+ def test_georadius
+ clear_all!
+
+ Instana.tracer.start_or_continue_trace(:redis_test) do
+ @redis_client.georadius('Sicily', '15', '37', '200', 'km', 'WITHCOORD', 'WITHDIST')
+ end
+
+ assert_redis_trace('GEORADIUS')
+ end
+
def test_normal_call_with_error
clear_all!
Instana.tracer.start_or_continue_trace(:redis_test) do
begin