Skip to content

Commit

Permalink
Added ipv6 capability (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien authored Nov 29, 2022
1 parent f1c518c commit a393ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ crdb | module is able to operate in a database with crdt for the default redis d
clustering | module is able to operate in a database that is sharded and shards can be migrated|
intershard_tls | module supports two-way encrypted communication between shards|
intershard_tls_pass | module supports `intershard_tls` which requires password
ipv6 | module supports ipv6 communication between shards

## Output

Expand Down
3 changes: 2 additions & 1 deletion module_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
{'name': 'crdb', 'desc': 'module is able to operate in a database with crdt for the default redis data types'},
{'name': 'clustering', 'desc': 'module is able to operate in a database that is sharded and shards can be migrated'},
{'name': 'intershard_tls', 'desc': 'module supports two-way encrypted communication between shards'},
{'name': 'intershard_tls_pass', 'desc': 'module supports `intershard_tls` which requires password'}
{'name': 'intershard_tls_pass', 'desc': 'module supports `intershard_tls` which requires password'},
{'name': 'ipv6', 'desc': 'module supports ipv6 communication between shards'}
]

0 comments on commit a393ef6

Please sign in to comment.