Skip to content

Commit

Permalink
Update comment about common API
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed May 14, 2024
1 parent b4c0c87 commit 054d005
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/3scale/backend/storage_async/methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ module Methods
# do not fit in any of the previous categories. For example, SSCAN
# which accepts a hash of options in redis-rb.
#
# All of this might be simplified a bit in the future using the
# "methods" in async-redis
# https://github.com/socketry/async-redis/tree/master/lib/async/redis/methods
# but there are some commands missing, so for now, that's not an option.
# All of this might be simplified a bit in the future using
# https://github.com/socketry/protocol-redis

METHODS_TO_BE_CALLED_DIRECTLY = [
:brpoplpush,
Expand Down

0 comments on commit 054d005

Please sign in to comment.