Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute Redis commands using Netty #3606

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 20, 2023

  1. Execute Redis commands using Netty

    - Using example/helper classes provided by Netty
    - No returning replies yet
    sazzad16 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2d65136 View commit details
    Browse the repository at this point in the history
  2. Rename package to 'asyncio'

    sazzad16 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d974c71 View commit details
    Browse the repository at this point in the history
  3. Cleanup comments

    sazzad16 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    223c7bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de4ee2e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Upgrade Netty

    sazzad16 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    21a0a8a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Grab Redis server reply (status and bulk)

    and print
    sazzad16 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    880ce0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8e135 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Credit

    sazzad16 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    004846e View commit details
    Browse the repository at this point in the history
  2. Return replies (async)

    Issues:
        In test, last GET operation is not populating reply.
        But if we add a PING, not only we get the reply of GET but also PING.
    sazzad16 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    06feae3 View commit details
    Browse the repository at this point in the history
  3. Comment flaky

    sazzad16 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    989eb05 View commit details
    Browse the repository at this point in the history
  4. Reformat and todo comments

    sazzad16 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    15c4cfc View commit details
    Browse the repository at this point in the history