Skip to content

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

Filter by

1k results
 (63 ms)

1k results

inredis/ioredis (press backspace or delete to remove)

I am currently using Redis with multi.exec(), but I noticed that the result format differs when using multi.promise.exec(). multi.promise.exec() appears to support Bluebird promises, but the returned ...
help wanted
  • 0Ams
  • 4
  • Opened 
    12 days ago
  • #1968

ioredis have memory leak issue where the data gets add on time by time and the backend gets crashed //setup : const Redis = require( ioredis ); require( dotenv ).config(); const redisConfig = { host: ...
help wanted
need detail
  • Abhay3333
  • 2
  • Opened 
    18 days ago
  • #1965

Hello, I am experiencing an issue with ioredis where the number of connections to Redis gradually increases until it hits the limit of 10,000, resulting in the error ERR max number of clients reached ...
  • lraveri-plank
  • Opened 
    23 days ago
  • #1959

See profiler Image This happen because ioredis create a new Error on each request.
enhancement
need detail
need reproduce
  • cesco69
  • Opened 
    24 days ago
  • #1958

Hey, In the basic usage examples, you provided the following: const redis = new Redis(); redis.set( mykey , value ); // Returns a promise which resolves to OK when the command succeeds. // ioredis ...
question
  • barshaul
  • 3
  • Opened 
    on Feb 18
  • #1955

Given the following snippet: const Redis = require( ioredis ) const uri = rediss://default:pwd@mydb.com:25061 const redis = new Redis(uri) Under: - ioredis@5.4.2 works fine - ioredis@5.5.0 can ...
  • Kikobeats
  • 5
  • Opened 
    on Feb 8
  • #1954

Hi everyone, I have an interesting situation. My scenario is when we execute a high volume of requests to Redis. In this scenario, some Redis response times are high and I want to find a way to abort ...
question
  • dev-jpnobrega
  • 2
  • Opened 
    on Feb 6
  • #1953

Hi everyone, I have a VPS with public IP, installed docker to use other services such as redis, rabbit mq, ... as external services here s my docker-compose file version: 3 services: api: build: ...
question
  • hieunm22
  • 1
  • Opened 
    on Feb 3
  • #1952

Looking through issues, I see that several others including myself have had issues when deploying apps using bullmq and redis to dockerized containers. A lot of the time, for classes like QueueEvents ...
  • charleslee94
  • Opened 
    on Jan 30
  • #1950

Hi, related also to this: https://github.com/redis/ioredis/issues/1884 I have redis cluster with 1 master(2 slaves) Calling scanStream in AWS to get all keys by patterna and delete them it works: const ...
  • taltal78
  • Opened 
    on Jan 27
  • #1949
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub