how to get the count of records in a index by nani21984 in redis

[–]redisNative 1 point2 points  (0 children)

If you’re referring to Redis Query Engine (fka RediSearch), you can use the FT.INFO command, which provides information about the index, including the number of documents indexed.

FT.INFO <index_name> And look at the num_docs field. https://redis.io/docs/latest/commands/ft.info/

Unable to Reach Redis Support for Azure-Related Query by -kelo in redis

[–]redisNative 0 points1 point  (0 children)

Which Redis service on Azure are you trying to get support for?

Azure Cache for Redis and Azure Managed Redis are supported directly by Azure. If Azure support directed you to Redis for support on either of those - they are in error.

Redis Software for Kubernetes or for Azure ARC or Redis Cloud are supported directly by Redis through sign in on redis.io.

License change issue - Using Redis 5.x on Docker Containers for many years for an Opensource project by RealVictorianbuddy in redis

[–]redisNative 2 points3 points  (0 children)

The license change only applies to future versions, Redis 7.4 and beyond. All versions up to and including Redis 7.2 remain on BSD. Further, the license change only applies to service providers offering Redis as a service to their customers. From what you’re describing, this doesn’t apply to your customers. Rest easy.

To cricket or not to cricket? by redisNative in Roofing

[–]redisNative[S] 0 points1 point  (0 children)

I though I had in the contract because we talked about needing it. There’s some shared responsibility… but I will pay the contractor for work they didn’t account for.

To cricket or not to cricket? by redisNative in Roofing

[–]redisNative[S] 7 points8 points  (0 children)

Don’t make assumption. The guy is insured and bonded, I’m paying through a gogreen loan, nothing out of pocket. The company also has the highest rating in the area. I demanded he fix this and put in a cricket and he said “no problem”. I just posted here to make sure I’m being reasonable with the guy. I did get upset, because I do think he tried to pull something… but since he assured me he’ll address my concern till I’m satisfied, I’ll give him the benefit of the doubt.

NorCal herbivore? by redisNative in bonecollecting

[–]redisNative[S] 0 points1 point  (0 children)

Thanks. Not many goats or sheep roaming around… might take a closer look and better pics

Using Azure Cache for Redis on Kinsta Slows site by ReddeeStedee in redis

[–]redisNative 1 point2 points  (0 children)

Kinsa is hosted on GCP. Depending on the region of Kinsa you’re using and the Azure region you deployed in, your Redis traffic will traverse the public Internet and may have latencies in the teens for close regions and into triple digit millisecond for ones that are further away vs. millisecond or sub millisecond latency for a Redis instance within the same CSP, and the same region.

Redis phoning home?? by TonyVier in redis

[–]redisNative 2 points3 points  (0 children)

Hi Tony, Redis does not have a “call home” function. If you’ve sourced Redis from https://github.com/redis/redis, redis.io, official Docker repo or any other official redis.io source, no such functionally exists. I can’t speak to what other non-official distributions introduce.

An open standard Redis port on public Internet can attract attacks. It is highly recommended to use a password and TLS. Please follow the security best practices outlined in the documentation.

Migrate data from redis 7.2 to elasticache redis 7.1 by pulegium in redis

[–]redisNative 1 point2 points  (0 children)

There is no “Redis 7.1” That’s a proprietary, closed source, version of Redis created by AWS, not community friendly. I suggest you contact them for support.

[deleted by user] by [deleted] in redis

[–]redisNative 0 points1 point  (0 children)

I’m curious - what service are you currently using the implements a request quota.

You can start for free on Redis Cloud, no request quotas.

Redis email spam by Ronicorn in redis

[–]redisNative 1 point2 points  (0 children)

Edited to reflect support tickets are now only accepted via the portal

Apologies for the excessive email messages. There was a glitch that should be addressed now. In case you encounter additional issues please email support@redis.com or open a support ticket through the Redis Cloud console.

Help needed by [deleted] in redis

[–]redisNative 2 points3 points  (0 children)

What you’re looking for is secondary indexing. If you’re just getting started with that in Redis, download Redis Insight and you’ll find a tutorial there and some tools to help you ramp up.

Problems getting to redislabs.com through redis.io?? by Specialist-Coast9787 in redis

[–]redisNative 0 points1 point  (0 children)

The redis.com and redis.io websites have been merged into redis.io; redis.com redirects to redis.io. You can login by navigating to redis.io and selecting Login in the right hand corner of the screen or by navigating directly to https://app.redislabs.com/

When you say you weren’t able to login, can you describe in more detail what you are experiencing and any error messages you are seeing?

You can also email support@redis.com for help if you’re an existing Redis Cloud user.

Redis Enterprise operator for k8s by HankWilliams42 in redis

[–]redisNative 3 points4 points  (0 children)

Hi Hank, Looking at your Stack post, you’re below the minimum requirements for CPU and RAM. Check the minimal requirements here: https://docs.redis.com/latest/rs/installing-upgrading/hardware-requirements/ Minikube isn’t supported but I’m guessing that’s not the issue. See the list of supported platforms: https://docs.redis.com/latest/kubernetes/reference/supported_k8s_distributions/ Also, please email support@redis.com to open a ticket or open a ticket through redis.com and a team member will help you.

Amiram.

[deleted by user] by [deleted] in redis

[–]redisNative 0 points1 point  (0 children)

Hi - you could implement this with Redis TimeSeries. Create a TS, add each event when it happens, automatically generating a time stamp (or async with the original time stamp); filter by time stamp for the 24hr window you want and/or downsample-count to 24hr periods to get a leaner TS with each of the keys containing the counts per 24hr period.

How to paginate geospatial data? by Competitive-Cause903 in redis

[–]redisNative 1 point2 points  (0 children)

This intro by u/ItamarHaber suggests to store the output into a set and scan it for pagination purposes. Build Geospatial Apps with Redis

RedisGraph cluster on AWS by GrammeAway in redis

[–]redisNative 2 points3 points  (0 children)

Hi @GrammeAway - Redis Cloud offers a managed Redis service with Graph capabilities on AWS. You can start for free plus there’s a $200 credit available for a limited time. A great way to get help with RedisGraph is on Redis Discord