Skip to content

Commit

Permalink
Merge pull request #53 from scoquelin/jl-streams
Browse files Browse the repository at this point in the history
support stream commands
  • Loading branch information
72squared authored Sep 18, 2024
2 parents 2bcbfa9 + 088bc87 commit 96094cf
Show file tree
Hide file tree
Showing 6 changed files with 1,183 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ trait RedisCommandsClient[K, V]
with RedisGeoAsyncCommands[K, V]
with RedisScriptingAsyncCommands[K, V]
with RedisServerAsyncCommands[K, V]
with RedisStreamAsyncCommands[K, V]
with RedisPipelineAsyncCommands[K, V]
Loading

0 comments on commit 96094cf

Please sign in to comment.