nrk / phpiredis

PHP extension for Redis based on Hiredis
BSD 2-Clause "Simplified" License
490 stars 66 forks source link

Prefix keys when writing to Redis #41

Closed aleho closed 8 years ago

nrk commented 8 years ago

I'm not merging this PR, if prefixing is used to isolate the keys generated by the tests from the rest of the keys stored in redis... well, it's not good anyway: you should alyway use a "throwaway" instance of redis to execute the tests.