Skip to content

issues Search Results · repo:valkey-io/valkey-py language:Python

Filter by

76 results
 (75 ms)

76 results

invalkey-io/valkey-py (press backspace or delete to remove)

https://github.com/valkey-io/valkey-bloom
feature
  • mkmkme
  • Opened 
    3 days ago
  • #210

https://github.com/valkey-io/valkey-json
feature
  • mkmkme
  • Opened 
    3 days ago
  • #209

When doing get from the cache, seems like ssl.load_default_certs is taking very long time. There is any way to pass it via the cluster client initialization? Attached profile picture that you can see ...
  • ronenlinx
  • 1
  • Opened 
    on May 27
  • #198

It s impossible to pass list[str] (or any other inner type) to xclaim(message_ids=...): from valkey import Valkey client = Valkey() # message_ids: list[int | bytes | str | memoryview[int]] = [ 1 , ...
typing
  • notypecheck
  • 3
  • Opened 
    on May 23
  • #197

hi so the cluster client runs this function on the return value of scan https://github.com/valkey-io/valkey-py/blob/main/valkey/cluster.py#L56 which would look something like this in a test example: ...
documentation
  • amirreza8002
  • 5
  • Opened 
    on Apr 30
  • #191

On the Opentelemetry section on the documentation, it mentions installing opentelemetry-instrumentation-valkey, but only opentelemetry-instrumentation-redis exists, which is only compatible with redis. ...
documentation
  • PabloReszczynski
  • 4
  • Opened 
    on Apr 28
  • #190

Hi, when using protocol=3 and a health_check_interval that is positive against a Valkey instance that has AUTH configured, any command raises an authentication error. This is because the health check ...
  • robert-schmidtke
  • Opened 
    on Apr 7
  • #188

I m using the xread command with the block=0 parameter to block until I receive new data. Still, instead of blocking indefinitely, it raises a timeout error. I tested the same code using the Redis client ...
  • josephnowak
  • 3
  • Opened 
    on Apr 2
  • #187

valkey-py 6.1.0 appears to handle asyncio cluster connections uncleanly. As a result, I am seeing crashes due to Unclosed ClusterNode object errors being raised in the event loop. I assume this is what ...
bug
  • jakob-keller
  • 5
  • Opened 
    on Mar 25
  • #185

Hi, we have an admittedly edge-case scenario where we re building the valkey.asyncio.Valkey client from a context without a running event loop (we inject the loop later). We re not using the single client ...
  • robert-schmidtke
  • 1
  • Opened 
    on Mar 20
  • #182
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