Questions tagged [redisgears]
8 questions
2
votes
3 answers
How to get the data/value size in Redis keys with prefix?
I stored a lot of stuff in Redis. One group of them are with namespace cache (key starts with cache:). I want to know the size of the data/values with namespace cache. Can I achieve this in Redis? Any suggestions?

Lusha Li
- 1,068
- 2
- 11
- 22
2
votes
1 answer
Redis Gears events in cluster
I have a redis cluster with the following configuration :
91d426e9a569b1c1ad84d75580607e3f99658d30 127.0.0.1:7002@17002 myself,master - 0 1596197488000 1 connected 0-5460
9ff311ae9f413b48578ff0519e97fef2ced57b1e 127.0.0.1:7003@17003 master - 0…

Guillaume S
- 1,462
- 2
- 19
- 31
2
votes
1 answer
Write-Through and Read-Through caches
I was wondering which cache solutions support Write-Through or Read-Through caching.
I found out that Memcached only supports Cache-Aside caching and also that DAX supports Write-Through.
I was wondering about more caching engines such as Redis…

G.Bar
- 95
- 1
- 8
1
vote
1 answer
Use RedisGears to perform calculations on receiving pubsub messages
In my scenario I'm publishing messages to Redis, these messages contain GPS coordinates (latitude/longitude pairs).
Example:
redis-cli -p 16379 PUBLISH gps_positions "{'lat': 50.5243584, 'lon': 12.3616320}"
redis-cli -p 16379 PUBLISH gps_positions…

Wolkenarchitekt
- 20,170
- 29
- 111
- 174
1
vote
1 answer
Does 'AWS Elasticache for Redis' supports 'RedisGear'?
Does 'AWS Elasticache for Redis' supports 'RedisGear'?
If i am using an EC2 Instance, Then I have the freedom to install Redis and Run Redis Gear as well. I wonder whether its possible to do so with AWS Elasticache for Redis as its a Managed…

McWood Zie
- 11
- 1
0
votes
1 answer
RedisGears write-behind using DynamoDB
Is DynamoDB a compatible option with RedisGears?
In terms of a write-behind strategy, DynamoDB would be the backing DB.

TruBlu
- 441
- 1
- 4
- 15
0
votes
2 answers
Unregistering a RedisGears registration using inline redis-cli command results in "ERR unknown command `RG_UNREGISTER`"
When using redis-cli, I can unregister a RedisGears registration like this:
127.0.0.1:16379> RG.UNREGISTER "0000000000000000000000000000000000000000-4"
OK
When running this command as an inline redis-cli command, it fails:
$ redis-cli…

Wolkenarchitekt
- 20,170
- 29
- 111
- 174
0
votes
1 answer
Redis, Playlists with pointers to movies, Is this possible?
I have a collection of films, about 150 thousand, and I have several playlists where several films appear several times.
I want to cache movies and playlists on the Redis.
What I needed would be for the playlists to save only references to the…

Wilson Neto
- 353
- 1
- 3
- 6