diff options
| author | alex <[email protected]> | 2026-07-08 20:35:41 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-08 20:35:41 +0200 |
| commit | 880d3ae49f178e61be809fb5d2c68d5f63ea700b (patch) | |
| tree | 3919f0d42c7cd5f2fe82ea5399008c62db58801f /shards.go | |
| parent | 513e5e7961ecc9fe8155811d6cbb6a6c77e0638d (diff) | |
| download | redis-clone-880d3ae49f178e61be809fb5d2c68d5f63ea700b.tar.xz redis-clone-880d3ae49f178e61be809fb5d2c68d5f63ea700b.zip | |
gave shards ids
Diffstat (limited to 'shards.go')
| -rw-r--r-- | shards.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( ) type Shard struct{ mu sync.Mutex + id int data map[string]Item } |
