Skip to content

Commit

Permalink
Handle 'bulkget' in consumer_table_pops.lua (#966)
Browse files Browse the repository at this point in the history
To support SAIRedis bulkget operations in async mode.
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak authored Feb 3, 2025
1 parent e64d2b9 commit 505381e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/consumer_table_pops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ for i = n, 1, -3 do
op == 'flush' or
op == 'flushresponse' or
op == 'get' or
op == 'bulkget' or
op == 'getresponse' or
op == 'notify' or
op == 'get_stats' or
Expand Down

0 comments on commit 505381e

Please sign in to comment.