A
A
Alexander Sharomet2017-02-07 19:11:23
Redis
Alexander Sharomet, 2017-02-07 19:11:23

How to secure a redis database?

Hello.
Such a question: how to properly protect a database like redis.
For sql, I just escape characters so that injections would not be entered. But what to do for redis?
What to check, what to screen? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2017-02-07
@sharomet

There is nothing to break there))
If the user input goes directly to the radish, then probably the only thing that comes to mind is to monitor the size of the data.
And of course, if this is then displayed, then HTML / JS should be encoded into a non-executable form. But this can already be done on the output, although the input is also not bad.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question