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
Is your feature request related to a problem? Please describe.
A common use case is upload data from S3 to AWS elasticache (Redis/Memcache).
It would be great to have this functionality in aws-sdk-pandas.
The read workflow is not required as its not typical functionality to read the key/values into dataframe.
Is your feature request related to a problem? Please describe.
A common use case is upload data from S3 to AWS elasticache (Redis/Memcache).
It would be great to have this functionality in aws-sdk-pandas.
The read workflow is not required as its not typical functionality to read the key/values into dataframe.
Describe the solution you'd like
Requesting an API similar to Opensearch
index_df
https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.opensearch.index_df.html#awswrangler.opensearch.index_df
that will take dataframe key and value fields and does a batch insert to elasticache.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: