Skip to content

issues Search Results · repo:aio-libs/aiomcache language:Python

Filter by

35 results
 (84 ms)

35 results

inaio-libs/aiomcache (press backspace or delete to remove)

Hi, I noticed that while there is a multi_get method for retrieving a batch of key/value pairs in a single request, there is no corresponding multi_set method for writing a batch into the cache. It seems ...
  • ryanc-bs
  • Opened 
    on Feb 11
  • #436

async def _incr_decr( self, conn: Connection, command: bytes, key: bytes, delta: int ) - Optional[int]: cmd = b %b %b %a\r\n % (command, key, delta) resp = await self._execute_simple_command(conn, ...
  • elbaro
  • Opened 
    on Jan 7
  • #431

i try linting code. run flake8 . my code have line length ~100, but flake8 command no show this error. i try change max-doc-length = 40 and this changes was raise error nut not max-line-length = 40 Need ...
  • ArtemIsmagilov
  • 3
  • Opened 
    on Jun 10, 2024
  • #405

0.8.1 includes tests as a top level folder which installs to your root module folder, which means now tests is a global module
  • thehesiod
  • 2
  • Opened 
    on Apr 16, 2024
  • #392

See the details @ https://github.com/orgs/aio-libs/discussions/26. For this, we ll need somebody with Owner privileges to either give me access on PyPI (the username there is the same — webknjaz) or be ...
  • webknjaz
  • 2
  • Opened 
    on Dec 20, 2023
  • #366

We d like to package aiomcache for Gentoo. As part of the packaging process, we need to be able to run the test suite. While we can reasonably easily spawn a local memcached instance for testing, we can ...
  • mgorny
  • 1
  • Opened 
    on Jun 11, 2023
  • #340

It would be nice if this library could also connect to memcached via UNIX sockets, that way it I do not need it listening on an IP address. Thanks! Ryan
  • MrHamel
  • 1
  • Opened 
    on Feb 18, 2023
  • #325

We are using the latest release. Caught the following in Sentry in production: image image We are running memcached on preemptible nodes in GCP and I suspect that the server died during get().
  • vmarkovtsev
  • 2
  • Opened 
    on Aug 17, 2022
  • #279

Will I be able to use TLS encryption in future releases?
  • trazola
  • 1
  • Opened 
    on Feb 9, 2022
  • #250

I am using aiomcached to make a rate limiter. When I dos the website I get errors. Errors: https://pastecord.com/lizatohaky.txt
  • Nebula1213
  • 1
  • Opened 
    on Oct 29, 2021
  • #229
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub