pinax-network / substreams

Substreams built by Pinax
Apache License 2.0
5 stars 2 forks source link

Add a --prefix flag to append a custom prefix to all keys #29

Closed ali-sultani closed 1 year ago

ali-sultani commented 1 year ago

When we are overlapping keys from both eth and antelope in the redis database. We need to add a --prefix flag to append a custom prefix to all keys. That way, we can run the following command: substreams-sink-redis run --prefix eos and we would get a key like this :eos:uaw:

. This is a feature in substreams-sink-redis