
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Redis Import tool, copy data from one redis instance into another or into a cluster.
|BuildStatus| |CoverageStatus| |Version| |Python|
RedisImp allows you to quickly and safely import data from other redis hosts into a running redis instance or cluster.
.. code-block::
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380
The script will take all the keys from the source 127.0.0.1:6379
and copy
them into the destination 127.0.0.1:6380
.
It also allows you to copy data stored in RDB files.
.. code-block::
redisimp -s ./dump.rdb -d 127.0.0.1:6380
You can also copy only a subset of keys by using a regex pattern:
.. code-block::
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380 --pattern '/^I\{[A-Za-z0-9_\-]+\}$/'
Or a glob style pattern:
.. code-block::
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380 --pattern 'I{*}'
.. |BuildStatus| image:: https://travis-ci.org/happybits/redisimp.svg?branch=master :target: https://travis-ci.org/happybits/redisimp
.. |CoverageStatus| image:: https://coveralls.io/repos/github/happybits/redisimp/badge.svg?branch=master :target: https://coveralls.io/github/happybits/redisimp?branch=master
.. |Version| image:: https://badge.fury.io/py/redisimp.svg :target: https://badge.fury.io/py/redisimp
.. |Python| image:: https://img.shields.io/badge/python-2.7,3.4,pypy-blue.svg :target: https://pypi.python.org/pypi/redisimp/
FAQs
Redis Import tool, copy data from one redis instance into another or into a cluster.
We found that redisimp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.