Skip to content

issues Search Results · repo:redis/ioredis language:TypeScript

Filter by

1k results
 (735 ms)

1k results

inredis/ioredis (press backspace or delete to remove)

I ve been struggling with using del() method with either const array = [ key1 , key2 ]; del(...array); or just const key1 = key1 ; const key2 = key2 ; del(key1, key2); What I ve discovered is (probably) ...
  • fmlukaszmatusik
  • 4
  • Opened 
    yesterday
  • #2002

The AZ Affinity routing strategy will help reduce both network delay and costs. There is a similar issue opened in the iovalkey repo, a fork of this project - https://github.com/valkey-io/iovalkey/issues/23 ...
  • Dhruv-Garg79
  • 1
  • Opened 
    5 days ago
  • #2001

I ve encountered an issue related to data type handling for integer-based commands. Redis supports 64-bit signed integers, which can grow much larger than JavaScript s Number.MAX_SAFE_INTEGER (2^53 - 1). ...
  • bian0726
  • 3
  • Opened 
    14 days ago
  • #2000

:rotating_light: The automated release from the main branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes ...
semantic-release
  • github-actions[bot]
  • Opened 
    22 days ago
  • #1999

Hi, why is the hsetex method missing in ioredis, given that Redis supports it? img width= 1514 height= 222 alt= Image src= https://github.com/user-attachments/assets/60bf459f-f594-4359-bf23-19434968feca ...
  • Edgar200021
  • 2
  • Opened 
    on Jul 21
  • #1998

Related: https://github.com/redis/ioredis/issues/1905 https://github.com/vercel/next.js/discussions/46722 using ioredis : ^5.4.1 , next : 14.2.3 , react : ^18.3.1 , img width= 994 height= 592 ...
  • ridhwaans
  • 2
  • Opened 
    on Jul 15
  • #1997

Hi, ioredis has client side caching like node-redis ? // Enable client side caching with RESP3 const client = createClient({ RESP: 3, clientSideCache: { ttl: 0, // Time-to-live (0 ...
  • cesco69
  • 1
  • Opened 
    on Jul 10
  • #1995

Can a connection pool be set for Redis in cluster mode?
  • madman215330
  • 4
  • Opened 
    on Jul 2
  • #1994

In a Redis cluster mode with 3 masters and 3 slaves, when using ioredis to connect to the cluster nodes, should the redisNodeLength be set to 3 or 6? Image
  • madman215330
  • 3
  • Opened 
    on Jun 27
  • #1993

What version of ioredis is using? ^5.6.1 What is the runtime? Bun.sh 1.2.16 What platform is your computer? Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64 What steps can reproduce the bug? ...
  • VaitoSoi
  • 8
  • Opened 
    on Jun 20
  • #1992
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