Skip to content

Fix a few typos and improve grammar of redis.conf#928

Merged
antirez merged 1 commit intoredis:unstablefrom
davidcelis:unstable
Feb 4, 2013
Merged

Fix a few typos and improve grammar of redis.conf#928
antirez merged 1 commit intoredis:unstablefrom
davidcelis:unstable

Conversation

@davidcelis
Copy link
Contributor

Make several edits to the example redis.conf configuration file for
improved flow and grammar.

Signed-off-by: David Celis me@davidcel.is

Make several edits to the example redis.conf configuration file for
improved flow and grammar.

Signed-off-by: David Celis <me@davidcel.is>
@FGRibreau
Copy link

Thanks for your time!
I was going to do the same since Redsmin parse this file to provide inline-documentation.

antirez added a commit that referenced this pull request Feb 4, 2013
Fix a few typos and improve grammar of redis.conf
@antirez antirez merged commit f95b393 into redis:unstable Feb 4, 2013
@antirez
Copy link
Contributor

antirez commented Feb 4, 2013

Merged, thanks!

sundb pushed a commit to sundb/redis that referenced this pull request Jul 28, 2025
…USTER SETSLOT (redis#928)

This fixes redis#899. In that issue, the primary is cluster-allow-replica-migration no
and its replica is cluster-allow-replica-migration yes.

And during the slot migration:
1. Primary calling blockClientForReplicaAck, waiting its replica.
2. Its replica reconfiguring itself as a replica of other shards due to
replica migration and disconnect from the old primary.
3. The old primary never got the chance to receive the ack, so it got a
timeout and got a NOREPLICAS error.

In this case, the replicas might automatically migrate to another primary,
resulting in the client being unblocked with the NOREPLICAS error. In this
case, since the configuration will eventually propagate itself, we can safely
ignore this error on the source node.

Signed-off-by: Binbin <binloveplay1314@qq.com>
minchopaskal pushed a commit to minchopaskal/redis that referenced this pull request Oct 16, 2025
…actions/checkout-4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2
@gabsow gabsow mentioned this pull request Nov 30, 2025
gabsow added a commit to gabsow/redis that referenced this pull request Nov 30, 2025
This update includes the following fixes:

**Bug fixes**

- redis#945 Bloom filter: crash when loading an invalid RDB file (MOD-11590, VDP-2707)
- redis#936 Cuckoo filter: crash when loading an invalid RDB file (MOD-11593, VDP-2708)
- redis#928 Bloom filter: memory leak when restoring an invalid RDB file (MOD-12225)
gabsow added a commit to gabsow/redis that referenced this pull request Nov 30, 2025
This update includes the following fixes:

**Bug fixes**

- redis#945 Bloom filter: crash when loading an invalid RDB file (MOD-11590, VDP-2707)
- redis#936 Cuckoo filter: crash when loading an invalid RDB file (MOD-11593, VDP-2708)
- redis#928 Bloom filter: memory leak when restoring an invalid RDB file (MOD-12225)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants