Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions and answers in Redis
Home
Questions
Redis
0
votes
The following are commands of sorted sets, except ________.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
zrangebyex
0
votes
The data structure commonly used in Redis is ____________.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
data-structure
0
votes
Given is a code snippet.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
0
votes
Consider “a” as a shared key among two processes, A and B.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
0
votes
_________ returns the number of elements in a set.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
element
0
votes
Which of the following set commands removes and returns members of a set?
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
member-set
0
votes
The following are all Key Value databases, except __________.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
key-value
redis
0
votes
Redis can be configured to meet different requirements by editing the configuration settings in __________.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
configuraiton
0
votes
redis.conf is configured for changing ____________ to connect to the Redis server.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis-conf
configuation
0
votes
Redis provides multi-state architecture during replication, where every instance can both read and write.
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
replication
0
votes
Which is the default persistence mode in Redis?
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
persistence
redis
0
votes
Redis is single threaded
answered
Oct 6, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
#redis
0
votes
Which configuration setting specifies the file to which the RDB snapshot dump is saved?
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
configuration
redis
0
votes
When using Pipelining, will the additional memory used be high?
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
redis
memory
pipeline
0
votes
Redis is widely used as a secondary database for ___________.
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
redis
secondary-database
0
votes
Which is a difference between Memcached and Redis?
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
redis
memcached
0
votes
Which is the best way to achieve persistence in Redis?
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
aof
redis
persistence
0
votes
____________ is the number of sentinels that need to agree to the fact that the master is not reachable and make a failover procedure promoting the slave to master.
answered
Oct 6, 2022
in
Redis
by
Robindeniel
(
19.9k
points)
redis
master
slave
0
votes
Redis string cannot hold any value beyond a certain length. What is it?
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
string
0
votes
In a key-value pair, _________ is represented by a string.
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
key-pair-value
redis
0
votes
List is a sequence of ___________.
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
list
0
votes
_________ is the technique of breaking down data into multiple parts.
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
technique
0
votes
____________ is the memory eviction policy where keys are evicted by removing the less recently used keys first but only among keys that have an ‘expire’ field set, to make space for the newly added data.
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
redis
memory
eviction-policy
0
votes
In-Memory database stores data in the memory.
answered
Oct 4, 2022
in
Redis
by
sharadyadav1986
(
30.6k
points)
memory-database
redis
0
votes
Which is the mechanism to enforce limits on the access of a resource when multiple threads are executed?
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
redis
multiple-thread
0
votes
How many commands can be sent to a server in pipelining?
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
redis
pipelining
0
votes
Consider an example where a range of users from 0 to 10000 goes to a Redis instance R0, and another range of users 10001 to 20000 goes to R1. This is _________ partitioning.
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
hash-partitioning
erdis
0
votes
Twemproxy is a proxy developed at Twitter for Redis protocol for automatic partitioning among multiple Redis instances and optional ejection of the node if it is not available.
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
twemproxy
proxy
redis
0
votes
Which among the following is a benefit of Pipelining?
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
redis
pipelining
0
votes
Which configuration setting is used to specify the memory eviction policy in Redis?
answered
Oct 4, 2022
in
Redis
by
john ganales
(
13.1k
points)
redis
configuration-settings
To see more, click for all the
questions in this category
.
...