Redis or Mongo for 2 field sorting with pagination
Reddit » Redis
by /u/HaOrbanMaradEnMegyek
55m ago
I have JSON data and want to implement pagination. You can think about any webshop with products loaded into pages. I have to do 2 level sorting (never more, only 2) and apply filters. Here's an example query: FT.AGGREGATE h:s * LOAD 3 $.id $.price $.type SORTBY 4 type ASC id DESC LIMIT 0 10 Based on you experience would you do this in Redis or Mongo if the only goal is to make it as fast as possible? I know you'd need a lot more info, I just need a guess. submitted by /u/HaOrbanMaradEnMegyek [visit reddit] [comments ..read more
Visit website
Redis is forked
Reddit » Redis
by /u/High_Sleep3694
55m ago
submitted by /u/High_Sleep3694 [visit reddit] [comments ..read more
Visit website
Redis Cluster on 6 different hosts
Reddit » Redis
by /u/No-Opening9040
1d ago
I am trying to set up a Redis cluster on 6 different hosts and each Redis instance is running on a docker container. Everything network-wise seems to be ok since I can access from a machine every Redis instance on the other machines, but when I try to create the cluster it gets stuck on the agreement. Does someone know what it can be? Below is the shell: $ docker exec -it redis-stack redis-cli --cluster create 172.30.10.117:6379 172.30.10.116:6379 172.30.10.118:6379 172.30.10.105:6379 172.30.10.119:6379 172.30.10.120:6379 --cluster-replicas 1 Performing hash slots allocation on 6 nodes... Mas ..read more
Visit website
Upstash Redis with Fly.io - Node - `Error: getaddrinfo ENOTFOUND`
Reddit » Redis
by /u/CoffeeFueledCommits
3d ago
Hi! Trying to implement Upstash Redis with Fly, but seeing this error on startup in the logs: Redis error: Error: getaddrinfo ENOTFOUND fly-withered-wildflower-4438.upstash.io { "errno": -3007, "code": "ENOTFOUND", "syscall": "getaddrinfo", "hostname": "fly-withered-wildflower-4438.upstash.io" } Steps taken: I created my Redis database following the Fly docs Copied the example code block from the Upstash console, replacing the *** with the my password from the console. Checked everything is working fine locally running a server via redis-cli locally Deployed via Fly and a Dockerfile. My F ..read more
Visit website
LMPOP vs multiple LPOP
Reddit » Redis
by /u/akostadi
1w ago
Hi, I see `LMPOP` listed as `@slow` in documentation. While `LPOP` is listed as `@fast`. If I have to monitor 3 lists and pop items from them. Is it more efficient to call `lmpop` or to call multiple `lpop` (once for each individual list)? submitted by /u/akostadi [visit reddit] [comments ..read more
Visit website
How do I download the new Redis 7.4.2?
Reddit » Redis
by /u/7fb2adfb45bafcc01c80
1w ago
When I go to the download page it tells me that I need to create an account (or log in with an account from elsewhere). I created an account and now it says it's a Redis Cloud account, which isn't what I wanted. I have no interest in having someone host things for me. I thought the changes were license changes, but is it a whole paradigm shift where I have to give my information to download anything new? Is the code even available? When I go back to the download page it doesn't even tell me what version I'm getting -- it just lists distributions to download for. I selected RHEL 8 and it downl ..read more
Visit website
Can I do self hosted multicloud redis on vps ?
Reddit » Redis
by /u/ScienceThink5060
1w ago
Hey, I wanted to know if it's possible to buy few vps / vms from multiple cloud providers and use these 5 to 10 server to form a cluster is it possible using redis free version ? or do I need an enterprise plan? What are the common issues I can face using this approach security wise? Thanks submitted by /u/ScienceThink5060 [visit reddit] [comments ..read more
Visit website
Can a customer deploy Redis as part of a CRM application under the new licensing?
Reddit » Redis
by /u/_Row_Away
2w ago
We provide a web-based application which utilizes Redis as a distributed cache. The application is basically a CRM. Redis as a distributed cache is used by the CRM backend servers to speed up queries and ease the load on the database. Redis itself is not offered as a service. We maintain an instance of the application ourselves. Q1: Can we continue to use Redis under the new licensing? We also have sold the application to customers. They have deployed and maintain each part of the application themselves, including the Redis nodes. Q2: Can our customers continue using Redis under the new licen ..read more
Visit website
Redislabs with Tableau
Reddit » Redis
by /u/Hour_Programmer007
2w ago
How do you connect RedisLabs with Tableau or PowerBI using Mac? Or is there any other better BI tool? submitted by /u/Hour_Programmer007 [visit reddit] [comments ..read more
Visit website
Redis vs. the trillion-dollar cabals
Reddit » Redis
by /u/redisNative
2w ago
submitted by /u/redisNative [visit reddit] [comments ..read more
Visit website

Follow Reddit » Redis on FeedSpot

Continue with Google
Continue with Apple
OR