Skip to content

Commit

Permalink
Merge pull request #52 from scoquelin/jl-geo
Browse files Browse the repository at this point in the history
  • Loading branch information
72squared authored Sep 10, 2024
2 parents e45559c + 22976fd commit 2bcbfa9
Show file tree
Hide file tree
Showing 6 changed files with 924 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ trait RedisCommandsClient[K, V]
with RedisListAsyncCommands[K, V]
with RedisSetAsyncCommands[K, V]
with RedisSortedSetAsyncCommands[K, V]
with RedisGeoAsyncCommands[K, V]
with RedisScriptingAsyncCommands[K, V]
with RedisServerAsyncCommands[K, V]
with RedisPipelineAsyncCommands[K, V]
Loading

0 comments on commit 2bcbfa9

Please sign in to comment.