Skip to content

issues Search Results · language:Edge language:Python linked:pr language:Java language:Python language:JavaScript

Filter by

5.8M results  (402 ms)

5.8M results

Context PR #232 exposed iter_paginated with key= support and refactored services/permissions to use it. The reviewer noted a scope gap: resolver.py still uses a manual body.get( value , []) call (line ...
enhancement

Summary Running ./scripts/run-integration-tests.sh while a regular docker compose up stack is already running causes 3 false failures in test_smart_load.py. The test script detects orphan containers and ...
bug
test

Type-mismatch errors use a non-Redis message. Every RM* data structure raises e.g. WRONGTYPE RMString value is used in the wrong place instead of the canonical Redis text: WRONGTYPE Operation against ...
bug

Real Redis never lets a script block: a blocking command invoked from Lua runs in its immediate, non-blocking form. In jedis-mock these commands actually block when called via redis.call inside a script, ...
bug

Several EVAL / redis.call argument errors throw raw Java exceptions or report the wrong message instead of the Redis error: - Negative numkeys: EVAL return hello -12 leaks fromIndex(0) toIndex(-12) ...
bug

The Lua → RESP conversion of several reply shapes is incorrect: - redis.status_reply(x) returns a bulk string ($N..) instead of a simple-string reply (+x). Under a raw-protocol reader this leaves ...
bug

Current state logger.py currently uses hardcoded variable names to identify sensitive variables e.g. # Mask sensitive environment variables sensitive_vars = [ TN5250_PASSWORD , HMC_PWD ] As ...
jules

When a Lua script raises an error, the reply exposes implementation details instead of a Redis-shaped error. Examples of current behavior vs real Redis: - A failing redis.call surfaces the Java exception: ...
bug

Lua scripts executed via EVAL/EVALSHA run in an unrestricted environment, unlike real Redis which sandboxes them. Currently a script can: - read and create arbitrary global variables (real Redis: reading ...
bug

Self Checks - [x] I have searched for existing issues search for existing issues, including closed ones. - [x] I confirm that I am using English to submit this report (Language Policy). - [x] Non-english ...
💞 feature
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.