You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,66 @@ This is useful when:
221
221
222
222
For the complete failover configuration options and examples, see the [Multi-database client docs](https://redis.readthedocs.io/en/latest/multi_database.html).
223
223
224
+
### Bulk hash ingestion (HIMPORT)
225
+
226
+
Redis 8.10 adds the `HIMPORT` command family for loading many hashes that share
227
+
the same set of field names: register the field names once with `himport_prepare`,
228
+
then create each hash by sending only its values. Keys written this way are regular
0 commit comments